Changes between Version 44 and Version 45 of Building/Porting
- Timestamp:
- 10/15/09 10:51:08 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Porting
v44 v45 162 162 <H>$ find . -name package.conf.inplace >> list 163 163 <H>$ echo compiler/main/Config.hs >> list 164 <H>$ echo compiler/prelude/primop .txt >> list164 <H>$ echo compiler/prelude/primops.txt >> list 165 165 <H>$ ls compiler/primop-*.hs-incl >> list 166 166 <H>$ find . -name .depend | sed -e 's/^/mkdir -p `dirname /' -e 's/$/`/' >> mkfiles
