[Midnightbsd-cvs] mports: bsd.autotools.mk: Found a missing .endif Remove old checks

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 24 14:42:04 EDT 2008


Log Message:
-----------
Found a missing .endif

Remove old checks

Modified Files:
--------------
    mports/Mk:
        bsd.autotools.mk (r1.5 -> r1.6)

-------------- next part --------------
Index: bsd.autotools.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.autotools.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -L Mk/bsd.autotools.mk -L Mk/bsd.autotools.mk -u -r1.5 -r1.6
--- Mk/bsd.autotools.mk
+++ Mk/bsd.autotools.mk
@@ -76,12 +76,6 @@
 AUTOTOOL_${item:C/^([^:]+).*/\1/}${item:M*\:*\:*:C/^[^:]+:[^:]+:([^:]+)/_\1/}= ${item:C/^[^:]+:([^:]+).*/\1/}
 .endfor
 
-# XXX: temporary to highlight any missed ports in the conversion
-#
-.if defined(AUTOTOOL_libtool_inc)
-IGNORE+= error: libtool:${AUTOTOOL_libtool_inc}:inc construct no longer available
-.endif
-
 #---------------------------------------------------------------------------
 # AUTOTOOLS handling (for build, runtime, and both)
 #---------------------------------------------------------------------------
@@ -99,6 +93,8 @@
 IGNORE+=  Unknown autotools stanza: ${AUTOTOOL_autotools}
 . endif
 
+.endif
+
 #---------------------------------------------------------------------------
 # AUTOMAKE/ACLOCAL
 #---------------------------------------------------------------------------
@@ -278,6 +274,8 @@
 # the order of autotools running.
 
 .if !target(run-autotools)
+.ORDER: run-autotools run-autotools-aclocal patch-autotools run-autotools-autoheader run-autotools-autoconf run-autotools-automake
+
 run-autotools:: run-autotools-aclocal patch-autotools run-autotools-autoheader \
 		run-autotools-autoconf run-autotools-automake
 .endif


More information about the Midnightbsd-cvs mailing list