Changes between Version 16 and Version 17 of Attic/Building/BuildSystem
- Timestamp:
- 12/04/07 08:27:27 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Attic/Building/BuildSystem
v16 v17 609 609 example, define both {{{HS_PROG}}} and 610 610 {{{LIBRARY}}}, which will generate two rules for 611 {{{install}}}. When you type {{{make 612 install}}} both ruleswill be fired, and both the program611 {{{install}}}. When you type {{{make install}}} both rules 612 will be fired, and both the program 613 613 and the library will be installed, just as you wanted. 614 614 … … 727 727 recursively invokes {{{make}}} to make the 728 728 specified target, setting the {{{way}}} 729 variable. So if you say {{{make 730 Foo.mp_o}}}you should see a recursive729 variable. So if you say {{{make Foo.mp_o}}} 730 you should see a recursive 731 731 invocation {{{make Foo.mp_o way=mp}}}, 732 732 and ''in this recursive invocation the pattern rule
