summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2009-04-23 17:38:36 +0200
committerThorsten Behrens <tbehrens@novell.com>2009-04-23 17:42:32 +0200
commit0f439b88c8eb9b069ae3df5cb7f02e98eb513472 (patch)
treee91a39365879c98fdf58dbfac6a6b5813c0ef93b /Makefile.shared
parentabb7de7b874c86172d7dbbd03955a44929ab3da7 (diff)
Add toplevel makefile rules for ID file and gitignores
* Makefile.shared: added target 'id' for generating mkid ID file for whole source; and target 'gitignores' for the global .gitignores file * bin/create-ids: the script to generate ID file * bin/id-lang.map: the lang map file for mkid. maps .mk, .src, etc. to appropriate lang
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 761e54216..4a3406459 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -105,3 +105,11 @@ if BUILD_WIN32
else
cd bin ; ./package-ooo
endif
+
+id : $(OOBUILDDIR)/ID
+$(OOBUILDDIR)/ID : $(STAMP_DIR)/build
+ cd $(OOBUILDDIR); $(TOOLSDIR)/bin/create-ids
+
+gitignore : $(OOBUILDDIR)/.gitignore
+$(OOBUILDDIR)/.gitignore : $(STAMP_DIR)/build
+ cd $(OOBUILDDIR); $(TOOLSDIR)/bin/create-gitignores.sh