[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Makefile between version 1.444 and 1.445

version 1.444, 2016/11/05 09:14:37 version 1.445, 2016/11/19 14:20:58
Line 238 
Line 238 
 .else  .else
   
 release:  release:
           umask ${WOBJUMASK}; exec ${MAKE} do-release
   
   do-release:
         @if [[ `id -u` -ne 0 ]]; then \          @if [[ `id -u` -ne 0 ]]; then \
                 echo $@ must be called by root >&2; \                  echo $@ must be called by root >&2; \
                 false; \                  false; \
Line 273 
Line 276 
 .endif  # DESTDIR check  .endif  # DESTDIR check
   
 distrib:  distrib:
         cd ../distrib && \          umask 022; cd ../distrib && \
             ${MAKE} && exec ${MAKE} install              ${MAKE} && exec ${MAKE} install
   
 .PHONY: distribution-etc-root-var distribution distrib-dirs \  .PHONY: distribution-etc-root-var distribution distrib-dirs \

Legend:
Removed from v.1.444  
changed lines
  Added in v.1.445