[Commits] (heikki) Ignore make clean errors.
commits at osafoundation.org
commits at osafoundation.org
Tue Dec 14 16:42:25 PST 2004
Commit by: heikki
Modified files:
external/swig/Makefile 1.18 1.19
Log message:
Ignore make clean errors.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/swig/Makefile.diff?r1=text&tr1=1.18&r2=text&tr2=1.19
Index: external/swig/Makefile
diff -u external/swig/Makefile:1.18 external/swig/Makefile:1.19
--- external/swig/Makefile:1.18 Thu Dec 2 16:39:59 2004
+++ external/swig/Makefile Tue Dec 14 16:42:24 2004
@@ -20,7 +20,7 @@
tar -C $(SRC) -cf - SWIG.exe Lib | tar -C $(PREFIX)/bin/swig -xvf -
clean:
- cd $(SRC); devenv.com SWIG13.sln /clean Release
+ cd $(SRC); devenv.com SWIG13.sln /clean Release; echo ok
else
More information about the Commits
mailing list