PERFORCE change 124771 for review

Gabor Kovesdan gabor at FreeBSD.org
Mon Aug 6 06:56:17 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=124771

Change 124771 by gabor at gabor_server on 2007/08/06 13:55:24

	- Divide bsd.perl.mk into pre- and post- section.

Affected files ...

.. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#5 edit

Differences ...

==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#5 (text+ko) ====

@@ -11,11 +11,11 @@
 # $FreeBSD$
 #
 
-.if !defined(_PERLMKINCLUDED)
+.if !defined(_POSTMKINCLUDED) && !defined(_PERLPREMKINCLUDED)
 
 PERL_Include_MAINTAINER=	perl at FreeBSD.org
 
-_PERLMKINCLUDED= yes
+_PERLPREMKINCLUDED= yes
 
 PERL_VERSION?=	5.8.8
 PERL_VER?=	5.8.8
@@ -97,6 +97,12 @@
 .undef HAS_CONFIGURE
 .endif # defined(PERL_CONFIGURE)
 
+.endif # !defined(_POSTMKINCLUDED) && !defined(_PERLPREMKINCLUDED)
+
+.if defined (_POSTMKINCLUDED) && !defined(_PERLPOSTMKINCLUDED)
+
+_PERLPOSTMKINCLUDED=	yes
+
 .if defined(PERL_CONFIGURE)
 .if !target(do-configure)
 do-configure:
@@ -117,4 +123,4 @@
         @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} ${MAKE_ARGS} ${ALL_TARGET})
 .endif # !target(do-build)
 .endif # defined(PERL_MODBUILD)
-.endif # !defined(_PERLMKINCLUDED)
+.endif # defined (_POSTMKINCLUDED) && !defined(_PERLPOSTMKINCLUDED)


More information about the p4-projects mailing list