doc/makefile-variables.txt
changeset 5438 c068f8c677e8
parent 5427 25b736152081
child 5682 94c0ca64c022
equal deleted inserted replaced
5437:449f3459d285 5438:c068f8c677e8
   259   name substituted for "foo".  This likewise should be near the top of any
   259   name substituted for "foo".  This likewise should be near the top of any
   260   Makefile, just below the various COMPONENT_foo definitions, and it must
   260   Makefile, just below the various COMPONENT_foo definitions, and it must
   261   also be before the inclusion of ips.mk.  All variables named after the
   261   also be before the inclusion of ips.mk.  All variables named after the
   262   pattern TPNO_% are automatically available for use in package manifests
   262   pattern TPNO_% are automatically available for use in package manifests
   263   and pkgmogrify transform files.
   263   and pkgmogrify transform files.
       
   264 * PKGREPO_REMOVE_BEFORE_PUBLISH allows automatic removal of previously
       
   265   published components from PKG_REPO (including obsolete and renamed
       
   266   versions). When set as PKGREPO_REMOVE_BEFORE_PUBLISH=yes removal
       
   267   occurs immediately prior to pkgsend. default: "no"
       
   268 
   264 
   269 
   265 ---
   270 ---
   266 
   271 
   267 Now switching from explaining the function of specific variables to a more
   272 Now switching from explaining the function of specific variables to a more
   268 general discussion about how to use them to solve problems.  One method that
   273 general discussion about how to use them to solve problems.  One method that