From: <jt...@us...> - 2007-04-29 22:50:21
|
Revision: 257 http://ro-oslib.svn.sourceforge.net/ro-oslib/?rev=257&view=rev Author: jtytgat Date: 2007-04-29 15:50:19 -0700 (Sun, 29 Apr 2007) Log Message: ----------- RISC OS 'o' directory wasn't correctly created Modified Paths: -------------- branches/simplified-build/!OsLib/Source/Makefile Modified: branches/simplified-build/!OsLib/Source/Makefile =================================================================== --- branches/simplified-build/!OsLib/Source/Makefile 2007-04-29 22:03:34 UTC (rev 256) +++ branches/simplified-build/!OsLib/Source/Makefile 2007-04-29 22:50:19 UTC (rev 257) @@ -27,7 +27,7 @@ -$(RM) $(RELEASEDIR)/$(BUILDTYPE)/OSLib-wide.zip -$(MKDIR) $(HEADERDIR)/h $(HEADERDIR)/Hdr $(HEADERDIR)/../o cd $(HEADERDIR) && find . -type f -exec rename 's/(.+)\.(.+)/$$2\/$$1/' {} \; - $(CP) $(OSLIBLIB) $(HEADERDIR)/o/OSLib32 + $(CP) $(OSLIBLIB) $(HEADERDIR)/../o/OSLib32 cd $(HEADERDIR)/.. && $(GCCSDK_INSTALL_CROSSBIN)/zip -, -9r $(RELEASEDIR)/$(BUILDTYPE)/OSLib-wide.zip . # Zips the StrongHelp file: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |