Changeset 21791 for Makefile.PL
- Timestamp:
- 08/05/08 20:08:56 (5 months ago)
- Files:
-
- 1 modified
-
Makefile.PL (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.PL
r21773 r21791 75 75 76 76 $ENV{CABAL_CONFIG_FILE} = $cabal_local_config; 77 system($cabal => 'install', '--user', '-p',@deps);77 system($cabal => 'install', '--user', @deps); 78 78 79 79 do "Configure.PL"; … … 166 166 167 167 pugs$Config{_exe} :: pugs_requirements build_perl5 168 ./Configure.PL 168 169 \$(RM_F) dist/build/pugs/pugs$Config{_exe} 169 170 \$(RM_F) Pugs.cabal … … 172 173 ./Setup$Config{_exe} build 173 174 \$(CP) dist/build/pugs/pugs$Config{_exe} . 175 176 prof :: pugs-prof$Config{_exe} 177 178 pugs-prof$Config{_exe} :: pugs_requirements build_perl5 179 $cabal install --user -p @deps 180 PUGS_NO_THREADS=true ./Configure.PL 181 \$(RM_F) dist/build/pugs/pugs$Config{_exe} 182 \$(RM_F) Pugs.cabal 183 \$(CP) Pugs.cabal.in Pugs.cabal 184 ./Setup$Config{_exe} configure --user -p --enable-executable-profiling 185 ./Setup$Config{_exe} build 186 \$(CP) dist/build/pugs/pugs$Config{_exe} ./pugs-prof$Config{_exe} 174 187 175 188 install ::
