cvs commit: src/usr.bin/make Makefile job.c
Max Okumoto
okumoto at crater.dragonflybsd.org
Tue Jul 19 11:20:11 PDT 2005
okumoto 2005/07/19 11:19:15 PDT
DragonFly src repository
Modified files:
usr.bin/make Makefile job.c
Log:
Fix Saved commands bug. The following Makefile would cause make to core.
This bug has been in make since 4.X
all: first next
@echo Run now.
...
@echo Run after me
first:
@echo Apppp
...
@echo Run after all 1
next:
@echo Bpppp
...
@echo Run after all 2
Revision Changes Path
1.36 +2 -0 src/usr.bin/make/Makefile
1.133 +15 -12 src/usr.bin/make/job.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/Makefile.diff?r1=1.35&r2=1.36&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.132&r2=1.133&f=u
More information about the Commits
mailing list