r1296 - packages/trunk/prboom/data

Jon Dowland jmtd-guest at costa.debian.org
Tue Aug 1 11:50:23 UTC 2006


Author: jmtd-guest
Date: 2006-08-01 11:50:22 +0000 (Tue, 01 Aug 2006)
New Revision: 1296

Modified:
   packages/trunk/prboom/data/Makefile.am
   packages/trunk/prboom/data/Makefile.in
Log:
don't bother rebuilding prboom.wad using deutex; we don't Build-Depend on
deutex yet, and the process is not quite refined enough (the unpacked WAD
is not in the orig.tar.gz)


Modified: packages/trunk/prboom/data/Makefile.am
===================================================================
--- packages/trunk/prboom/data/Makefile.am	2006-07-31 21:53:13 UTC (rev 1295)
+++ packages/trunk/prboom/data/Makefile.am	2006-08-01 11:50:22 UTC (rev 1296)
@@ -8,5 +8,5 @@
 EXTRA_DIST=prboom.wad prboom.txt
 
 prboom.wad      :       prboom.txt $(wildcard graphics/*.ppm sprites/*.ppm lumps/*.lmp sounds/*.wav)
-	-rm -f $@
-	deutex -make prboom.txt $@
+#	-rm -f $@
+#	deutex -make prboom.txt $@

Modified: packages/trunk/prboom/data/Makefile.in
===================================================================
--- packages/trunk/prboom/data/Makefile.in	2006-07-31 21:53:13 UTC (rev 1295)
+++ packages/trunk/prboom/data/Makefile.in	2006-08-01 11:50:22 UTC (rev 1296)
@@ -344,8 +344,8 @@
 
 
 prboom.wad      :       prboom.txt $(wildcard graphics/*.ppm sprites/*.ppm lumps/*.lmp sounds/*.wav)
-	-rm -f $@
-	deutex -make prboom.txt $@
+#	-rm -f $@
+#	deutex -make prboom.txt $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:




More information about the Pkg-games-commits mailing list