Changeset 21744 for Makefile.PL
- Timestamp:
- 08/03/08 07:21:15 (4 months ago)
- Files:
-
- 1 modified
-
Makefile.PL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.PL
r21730 r21744 145 145 \t\$(RM_F) Pugs.cabal 146 146 \t\$(CP) Pugs.cabal.in Pugs.cabal 147 \t $cabalconfigure --user148 \t $cabalbuild147 \t./Setup$Config{_exe} configure --user 148 \t./Setup$Config{_exe} build 149 149 \t\$(CP) dist/build/pugs/pugs$Config{_exe} . 150 150 151 151 install :: 152 \t $cabalinstall --user152 \t./Setup$Config{_exe} install --user 153 153 154 154 INST6_ARCHLIB = blib6/arch … … 171 171 upload-smoke : smoke.yml 172 172 \t\$(PERL) util/smokeserv/smokeserv-client.pl smoke.html smoke.yml 173 174 smoke-upload : upload-smoke 173 175 174 176 src/Pugs/Prelude.hs : src/perl6/Prelude.pm util/gen_prelude.pl
