summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 11:59:20 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-13 11:59:20 +0000
commitcc18b5f21e5c81c87e547b496eb4cf083aafb513 (patch)
treef81b24a0cc60302236b842eb8045c0e0675efac2 /Makefile
parentc29ae3efef044c5262db9c7e240c76b14874dc76 (diff)
downloadnetsurf-cc18b5f21e5c81c87e547b496eb4cf083aafb513.tar.gz
netsurf-cc18b5f21e5c81c87e547b496eb4cf083aafb513.tar.bz2
Initial testament functionality
svn path=/trunk/netsurf/; revision=12020
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2761a0dbb..10e9c8779 100644
--- a/Makefile
+++ b/Makefile
@@ -359,7 +359,7 @@ $(TOOLROOT)/created: $(OBJROOT)/created
$(Q)$(MKDIR) $(TOOLROOT)
$(Q)$(TOUCH) $(TOOLROOT)/created
-CLEANS := clean-target
+CLEANS := clean-target clean-testament
POSTEXES :=
@@ -480,6 +480,10 @@ clean-target:
$(VQ)echo " CLEAN: $(EXETARGET)"
$(Q)$(RM) $(EXETARGET)
+clean-testament:
+ $(VQ)echo " CLEAN: utils/testament.h"
+ $(Q)$(RM) utils/testament.h
+
clean-builddir:
$(VQ)echo " CLEAN: $(OBJROOT)"
$(Q)$(RM) -r $(OBJROOT)
@@ -487,6 +491,10 @@ CLEANS += clean-builddir
all-program: $(EXETARGET) post-exe
+.PHONY: testament
+testament:
+ $(Q)$(PERL) utils/svn-testament.pl $(shell pwd) utils/testament.h
+
post-exe: $(POSTEXES)
.SUFFIXES: