depth = ..
#
-build = ./$(depth)/lily/.build
+build = ./$(depth)/lily/$(outdir)/.build
# generic stuff/Makefile
#
# list of distribution files:
#
-SCRIPTS = clearlily cpgento genheader make_patch make_fversion make_version make_website
+SCRIPTS = clearlily cpgento genheader make_patch make_version make_website
DISTFILES = Makefile $(SCRIPTS)
#
#(cd $nm$old; touch depend; make clean)
#(cd $nm$new; touch depend; make clean)
-(cd $nm$new; diff -urP ../$nm$old . > ../patch-$new)
+
+echo 'use cd source-dir; patch -E -p0 < this_patch'> patch-$new
+
+(cd $nm$new; diff -urN ../$nm$old . >> ../patch-$new)
rm -rf $nm$old $nm$new
depth = ..
#
-build = ./$(depth)/lily/.build
+build = ./$(depth)/lily/$(outdir)/.build
# generic stuff/Makefile
#
PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
# use to send patches, always empty for released version:
MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
-build = ./$(depth)/lily/.build
+build = ./$(depth)/lily/$(outdir)/.build
#
# generic stuff/Makefile
PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL)
# use to send patches, always empty for released version:
MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL)
-build = ./$(depth)/lily/.build
+build = ./$(depth)/lily/$(outdir)/.build
#
# generic stuff/Makefile