summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-11-20 11:49:21 +0000
committerTor Lillqvist <tml@novell.com>2008-11-20 11:49:21 +0000
commit95b3ff7be343d4052af839a3b0538d3642e44ce2 (patch)
tree31e66ce58e1fa65c3b0aedf76a0442424f202146 /Makefile.shared
parent66d9e4b8dfdcf674ba097692f2aa68a10fe4b7cd (diff)
Add target patch.
* Makefile.shared: Add target patch.list which just runs apply.pl with --dry-run --quiet and the appropriate distro and tag options.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 647e42bc5..da76817e3 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -62,6 +62,10 @@ patch.unapply:
chmod +x $(TOOLSDIR)/patches/apply.pl && $(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) $$FLAGS -R ;
rm -f $(STAMP_DIR)/patch.apply
+patch.list:
+ @FLAGS=`$(TOOLSDIR)/bin/applyflags $(TOOLSDIR)/bin` ; \
+ chmod +x $(TOOLSDIR)/patches/apply.pl && $(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) $$FLAGS --dry-run --quiet --tag=$(CVSTAG)
+
# Build bits:
prebuild : $(STAMP_DIR)/prebuild