Changes between Version 5 and Version 6 of BuildSystemFAQ
- Timestamp:
- 08/03/09 14:12:28 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystemFAQ
v5 v6 124 124 gmake clean && GARFLAVOR=DBG gmake package 125 125 }}} 126 127 === How do i include multiple downloads === 128 Have a look at the [source:csw/mgar/pkg/docbook-dtds/trunk/Makefile Makefile for docbook-dtds]. It combines multiple 129 source tarballs into a single build directory. You'll see how I 130 overrode the specific extract targets to put things where they need to 131 be. I'm not sure if this will cover all of what you need for the nss 132 package, but it should get you started, anyway. (Ben Walton)
