[Wisp-cvs] wisp/src Makefile.am,1.90,1.91
Status: Alpha
Brought to you by:
digg
From: <pi...@us...> - 2003-02-06 23:59:15
|
Update of /cvsroot/wisp/wisp/src In directory sc8-pr-cvs1:/tmp/cvs-serv24407 Modified Files: Makefile.am Log Message: removed some warnings Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/src/Makefile.am,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- Makefile.am 18 Sep 2002 21:00:49 -0000 1.90 +++ Makefile.am 6 Feb 2003 23:59:11 -0000 1.91 @@ -54,7 +54,7 @@ @rm -f wisp $(LINK) -static $(wisp_LDFLAGS) $(wisp_OBJECTS) \ $(wisp_LDADD) $(LIBS) -lpthread -o static-wisp - #strip static-wisp +# strip static-wisp native/libnative.a: make -C native libnative.a @@ -69,9 +69,9 @@ ./wisp $< check: - # Check that - # (1) essence.c can be regenerated; and - # (2) the regeneration is nilpotent. +# Check that +# (1) essence.c can be regenerated; and +# (2) the regeneration is nilpotent. cp -f $(srcdir)/essence.c essence.c-0 make love diff --brief -s essence.c-0 essence.c |