Executable name is now "gmake", forget about "make" and the symlink gizmo.
Requested by: gpalmer
This commit is contained in:
parent
a7f9c6f846
commit
af9b494500
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538
@ -1,10 +1,6 @@
|
||||
@cwd /usr/local
|
||||
bin/make
|
||||
@exec ln %D/%F %D/gmake
|
||||
@unexec rm -f %D/gmake
|
||||
man/man1/make.1
|
||||
@exec ln %D/%F %D/gmake.1
|
||||
@unexec rm -f %D/gmake.1
|
||||
bin/gmake
|
||||
man/man1/gmake.1
|
||||
info/make.info
|
||||
info/make.info-1
|
||||
info/make.info-2
|
||||
|
@ -1,10 +1,6 @@
|
||||
@cwd /usr/local
|
||||
bin/make
|
||||
@exec ln %D/%F %D/gmake
|
||||
@unexec rm -f %D/gmake
|
||||
man/man1/make.1
|
||||
@exec ln %D/%F %D/gmake.1
|
||||
@unexec rm -f %D/gmake.1
|
||||
bin/gmake
|
||||
man/man1/gmake.1
|
||||
info/make.info
|
||||
info/make.info-1
|
||||
info/make.info-2
|
||||
|
Loading…
Reference in New Issue
Block a user