Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » Releasing U++ » source builds
Re: source builds [message #24524 is a reply to message #24523] Fri, 22 January 2010 11:37 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi!

If we are about to change the exporting process I have also one little improvement. In all the generated Makefiles, the clean action fails if there is nothing to clean. And that happens quite a lot in debian packaging process Smile Since now I had to patch them...

So I suggest something like this:
#in source builds Makefile:
clean:
	if [ -d uppsrc/_out ]; then rm -rf uppsrc/_out ; fi 
	if [ -e uppsrc/ide.out ]; then rm uppsrc/ide.out ; fi

#in generated Makefiles:
clean:
	if [ -d $(UPPOUT) ]; then rm -rf $(UPPOUT); fi

Regards,
Honza
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: package build strange error
Next Topic: Mac OS X porting
Goto Forum:
  


Current Time: Sun May 05 00:45:59 CEST 2024

Total time taken to generate the page: 0.02119 seconds