mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2470
This commit is contained in:
parent
33f74ec8ee
commit
50acf0d5a3
|
@ -6777,3 +6777,11 @@ David Oct 14 2003
|
|||
|
||||
api/
|
||||
gutil.C,h
|
||||
|
||||
Karl 2003-10-14
|
||||
- makefiles:
|
||||
- fixed some issues when building outside of source tree
|
||||
- fixed some missing 'make dist' files
|
||||
- fixed "ln -s start stop" bug
|
||||
|
||||
*/Makefile.am
|
||||
|
|
|
@ -102,9 +102,7 @@ fcgi_LDADD = $(LDADD) $(RSA_LIBS) -lfcgi -lfcgi++ $(MYSQL_LIBS)
|
|||
.PHONY: PHONY-start
|
||||
|
||||
PHONY-start:
|
||||
test -f start || ln -s $(srcdir)/start start
|
||||
test -f start
|
||||
@test -f start || ln -s $(srcdir)/start start && test -f start
|
||||
|
||||
status stop: PHONY-start
|
||||
test -f $@ || ln -s start $@
|
||||
test -f $@
|
||||
@test -f $@ || ln -s start $@ && test -f $@
|
||||
|
|
Loading…
Reference in New Issue