mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-05 22:17:05 +00:00
Formerly compatMakefile.~71~
This commit is contained in:
parent
088a491f10
commit
dab0d4214e
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ install: $(bindir)/$(instname) $(infodir)/$(instname).info \
|
||||||
$(bindir)/$(instname): make
|
$(bindir)/$(instname): make
|
||||||
$(INSTALL_PROGRAM) make $@.new
|
$(INSTALL_PROGRAM) make $@.new
|
||||||
# These are necessary for load-average checking to work on most Unix machines.
|
# These are necessary for load-average checking to work on most Unix machines.
|
||||||
-if $(install_setgid); then \
|
if $(install_setgid); then \
|
||||||
chgrp $(group) $@.new && chmod g+s $@.new; \
|
chgrp $(group) $@.new && chmod g+s $@.new; \
|
||||||
else true; fi
|
else true; fi
|
||||||
# Some systems can't deal with renaming onto a running binary.
|
# Some systems can't deal with renaming onto a running binary.
|
||||||
|
|
Loading…
Reference in a new issue