From: <jt...@us...> - 2007-05-06 16:43:28
|
Revision: 267 http://ro-oslib.svn.sourceforge.net/ro-oslib/?rev=267&view=rev Author: jtytgat Date: 2007-05-06 09:43:18 -0700 (Sun, 06 May 2007) Log Message: ----------- Do the basic testing before making a release kit. Modified Paths: -------------- branches/simplified-build/!OsLib/Source/Makefile Modified: branches/simplified-build/!OsLib/Source/Makefile =================================================================== --- branches/simplified-build/!OsLib/Source/Makefile 2007-05-06 16:12:16 UTC (rev 266) +++ branches/simplified-build/!OsLib/Source/Makefile 2007-05-06 16:43:18 UTC (rev 267) @@ -21,8 +21,8 @@ cd $(BUILDDIR) && $(INSTALL) OSLib32.o $(GCCSDK_INSTALL_ENV)/lib/libOSLib32.o cd $(HEADERDIR) && $(INSTALL) *.h *.Hdr $(GCCSDK_INSTALL_ENV)/include/oslib -# Zips the library & headers (Unix and RISC OS 'wide' distribution): -release-oslib: +# Sanity test and if successful then zips the library & headers (Unix and RISC OS 'wide' distribution): +release-oslib: test -$(MKDIR) $(RELEASEDIR)/$(BUILDTYPE) -$(RM) $(RELEASEDIR)/$(BUILDTYPE)/OSLib-unix.zip cd $(HEADERDIR)/.. && $(GCCSDK_INSTALL_CROSSBIN)/zip -, -9r $(RELEASEDIR)/$(BUILDTYPE)/OSLib-unix.zip oslib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |