[Lunar-commits] r14795 - lunar-iso/trunk
Auke Kok
sofar at lunar-linux.org
Tue May 17 18:16:22 UTC 2005
Author: sofar
Date: 2005-05-17 18:15:58 +0000 (Tue, 17 May 2005)
New Revision: 14795
Modified:
lunar-iso/trunk/Makefile
Log:
adding these 3 misc targets since I'm really starting to use them often.
Modified: lunar-iso/trunk/Makefile
===================================================================
--- lunar-iso/trunk/Makefile 2005-05-17 18:04:37 UTC (rev 14794)
+++ lunar-iso/trunk/Makefile 2005-05-17 18:15:58 UTC (rev 14795)
@@ -113,3 +113,18 @@
burn:
@scripts/burn
+# these are for hacking around and doing manual adjustments
+tar:
+ tar cf BUILD.tar BUILD
+
+moonbase-extract:
+ tar xf $(ISO_TARGET)/var/lib/lunar/moonbase.tar.bz2 -C $(ISO_TARGET)/var/lib/lunar
+ rm $(ISO_TARGET)/var/lib/lunar/moonbase.tar.bz2
+ @echo "Don't forget to do a 'make moonbase-pack!'"
+
+moonbase-pack:
+ tar cjf $(ISO_TARGET)/var/lib/lunar/moonbase.tar.bz2 -C $(ISO_TARGET)/var/lib/lunar moonbase/
+ rm -rf $(ISO_TARGET)/var/lib/lunar/moonbase
+ @echo "Packed up moonbase."
+
+
More information about the Lunar-commits
mailing list