summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Expand)AuthorAgeFilesLines
* Sort MANIFEST using PerlJerry D. Hedden2009-08-031-2/+2
* Remove autodoc.pl from regen.pl and the lists of regenerated files in Makefiles.Nicholas Clark2009-06-231-2/+0
* Eliminate the regen_pods target from pod/Makefile, and references to it.Nicholas Clark2009-06-231-5/+2
* Generate perlmodlib.pod at build time, instead of shipping it.Nicholas Clark2009-06-131-1/+4
* fix some merge nits in Makefile.SH (see 5a20539ce2)David Mitchell2009-06-131-5/+3
* Protect against spaces in build directory name when extracting .PL filesAndy Dougherty2009-06-101-1/+1
* Catch interdependencies for static builds tooAndy Dougherty2009-05-261-0/+8
* Don't run mro/* tests under miniperlRafael Garcia-Suarez2009-05-261-2/+2
* Add $(LDLIBPTH) to the documentation generation command lines.Nicholas Clark2009-05-051-2/+2
* 7eb47696deb9a7343fb4847f7342919a6df59e21 should be $(ext) rather than ext.Nicholas Clark2009-04-221-1/+1
* Build perltoc.pod, rather than shipping it. This way it can't get out of date.Nicholas Clark2009-04-221-1/+8
* Move vms/perlvms.pod to pod/ and update the Makfiles and Makefile generators.Nicholas Clark2009-04-221-2/+0
* In the Makefile, no need to change into pod/ to create symlinks to READMEs etc.Nicholas Clark2009-04-221-3/+3
* Move the symlink fo perl51110delta.pod to perldelta.pod to a top level rule.Nicholas Clark2009-04-221-3/+4
* autodoc.pl needs -Ilib. I had been testing with a perl that was also installed.Nicholas Clark2009-04-221-1/+1
* Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.Nicholas Clark2009-04-221-2/+7
* Remove extraneous Test-Harness file in distcleanDavid Mitchell2009-04-221-0/+1
* Correct the paths for the nonxs_ext targets, following the ext flattening.Nicholas Clark2009-04-151-1/+2
* Remove needless sed line added with 4318d5a0158916acc059aa8e6af84037cb7296b9.Nicholas Clark2009-04-151-1/+0
* Add git_version.h to private so that make distclean deletes it.Nicholas Clark2009-04-141-1/+1
* lib/Config_git.pl mustn't be built concurrently with lib/Config.pm, else thereNicholas Clark2009-04-141-1/+1
* Rename ext/Devel/PPPort to ext/Devel-PPPortNicholas Clark2009-04-141-1/+1
* Move the static/dynamic/nonxs LINKTYPE logic from make_ext.pl to Makefile.SHNicholas Clark2009-04-121-8/+8
* Make lib/Config_heavy.pl part of $(CONFIGPM) as the build ordering is now sane.Nicholas Clark2009-04-121-8/+4
* Add --options with arguments to make_ext.pl. Pass $target as --target=...Nicholas Clark2009-04-121-6/+6
* Move ext/util/make_ext.pl to the top level.Nicholas Clark2009-04-121-7/+7
* The exit code of make_patchnum.pl is no longer used, so make it return 0.Nicholas Clark2009-04-111-1/+1
* sperl.o also needs to depend on git_version.hNicholas Clark2009-04-111-0/+1
* Amend patchlevel.h so that git_version.h is only #include""ed for perl.Nicholas Clark2009-04-111-9/+6
* Add a perlmini.o and perlmini.c akin to opmini.o and opmini.c, for ./miniperlNicholas Clark2009-04-111-21/+31
* Make make_ext.pl write out a shell script of its actions for make distclean etcNicholas Clark2009-04-111-2/+7
* Add $(EXE_EXT) where it was missing from $(RUN) ./miniperlNicholas Clark2009-04-111-10/+10
* Correct the over-zealous addition of $(RUN) into test -f ./miniperl$(EXE_EXT)Nicholas Clark2009-04-111-2/+2
* make_patchnum requires miniperl$(EXE_EXT) to run, so it needs to depend on it.Nicholas Clark2009-04-111-2/+2
* Add -Ilib to the invocations of make_ext.pl. I guess Steffen had a copy of perlNicholas Clark2009-04-111-6/+6
* Merge branch 'blead' into miniperl-make-extSteffen Mueller2009-04-111-7/+7
* "rm -f" better in "make clean" targetsRafael Garcia-Suarez2009-04-111-2/+1
* add better pod and headers, and clean up some whitespace issues in the previo...Yves Orton2009-04-111-1/+1
* eliminate make_patchnum.sh, and make the build process use make_patchnum.pl i...Yves Orton2009-04-111-5/+4
* this seems to work, still not using the perl version, but this works the way ...Yves Orton2009-04-111-2/+3
* doesnt quite work yet, but provisional steps towards using miniperl to do the...Yves Orton2009-04-111-3/+3
* eliminate .patchnum and related infrastrcuture from *nix based build processYves Orton2009-04-111-5/+7
* much better git related version numbering in our (*nix for now) build processYves Orton2009-03-301-2/+7
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2009-03-301-0/+1
* tweak dependencyYves Orton2009-02-261-1/+1
* better .patchnum/.sha1 dependency stuffYves Orton2009-02-261-4/+2
* add cflags as a dependency for all object files. (it is used to control the a...Yves Orton2009-02-261-3/+3
* apparently this isnt necessary after all.Yves Orton2009-02-261-3/+0
* rebuild cflags if cflags.sh changesYves Orton2009-02-261-0/+3
* remove .sha1 file as well if necessaryYves Orton2009-02-261-0/+1