[Aldor-l] redundant files in the source tree

Ralf Hemmecke ralf at hemmecke.de
Sun Jan 27 15:30:13 EST 2008


in trunk/aldor/contrib/gmp/Makefile

one finds

#
# Rules to get the common source files (as links or copies)
#
axlport.h:	$(SRC)/axlport.h ;	 ( $(RM) $@ ; $(LN) $? $@ )
platform.h:	$(SRC)/platform.h ;	 ( $(RM) $@ ; $(LN) $? $@ )
...
output.c: 	$(SRC)/output.c ; 	 ( $(RM) $@ ; $(LN) $? $@ )
store.c: 	$(SRC)/store.c ; 	 ( $(RM) $@ ; $(LN) $? $@ )

So all of these files are generated from the original sources, if they 
are not available. Yet many (all?) are in the SVN tree.

Edit the Makefile to contain

svnclean:
	svn rm $(FOAMH) $(FOAMC)

then call

make svnclean
svn revert Makefile
svn commit

That should solve the redundancy problem.

Could somebody with write access commit that?

Thanks
Ralf





More information about the Aldor-l mailing list