Re: Please wait with release

Lars Ivar Igesund <[email protected]> Mon, 24 Jan 2005 23:05:16 +0100
Newsgroups gmane.comp.tools.aap.devel
Message-ID <[email protected]>
Ok, the patch ended up as quite small. I hope this was all. At least 
compiling is working in Linux. I'll add/fix as things are needed.

Lars Ivar Igesund
d.diff (text/plain, 960 B)
Index: d.aap
===================================================================
RCS file: /cvsroot/a-a-p/Exec/modules/d.aap,v
retrieving revision 1.18
diff -u -r1.18 d.aap
--- d.aap	23 Jan 2005 13:40:39 -0000	1.18
+++ d.aap	24 Jan 2005 21:50:41 -0000
@@ -29,6 +29,8 @@
 # If not downloaded, build it from local copy.
 :progsearch _top.DDEPCHECK ddepcheck
 
+_top.DDEPCHECK ?=
+
 @if not _top.DDEPCHECK:
     bindir = "`Global.aap_bindir`"
     toolsdir = "`Global.aap_toolsdir`"
@@ -63,11 +65,10 @@
     @else:
         :sys $dc -O -release -of$bindir`os.sep`ddepcheck$EXESUF 
                 $toolsdir`os.sep`ddepcheck.d
-    :del {q} ddepcheck$OBJSUF ddepcheck.map 
+    :del {q} {f} ddepcheck$OBJSUF ddepcheck.map 
     @if not _top.DDEPCHECK:
         :progsearch _top.DDEPCHECK ddepcheck
     @if not _top.DDEPCHECK:
-        _top.DDEPCHECK ?=
         :print Building ddepcheck failed or the program cannot be found.
 
 # (5) Actions, Rules and Routes