1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changes between Version 5 and Version 6 of BuildSystemFAQ

Show
Ignore:
Timestamp:
08/03/09 14:12:28 (4 years ago)
Author:
rthurner (IP: 172.29.29.52)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystemFAQ

    v5 v6  
    124124 gmake clean && GARFLAVOR=DBG gmake package 
    125125}}} 
     126 
     127=== How do i include multiple downloads === 
     128Have a look at the [source:csw/mgar/pkg/docbook-dtds/trunk/Makefile Makefile for docbook-dtds].  It combines multiple 
     129source tarballs into a single build directory.  You'll see how I 
     130overrode the specific extract targets to put things where they need to 
     131be.  I'm not sure if this will cover all of what you need for the nss 
     132package, but it should get you started, anyway. (Ben Walton)