summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Expand)AuthorAgeFilesLines
* Correct the paths for the nonxs_ext targets, following the ext flattening.Nicholas Clark2009-02-261-1/+2
* Remove needless sed line added with 4318d5a0158916acc059aa8e6af84037cb7296b9.Nicholas Clark2009-02-261-1/+0
* Add git_version.h to private so that make distclean deletes it.Nicholas Clark2009-02-141-1/+1
* lib/Config_git.pl mustn't be built concurrently with lib/Config.pm, else thereNicholas Clark2009-02-101-1/+1
* Rename ext/Devel/PPPort to ext/Devel-PPPortNicholas Clark2009-02-091-1/+1
* Move the static/dynamic/nonxs LINKTYPE logic from make_ext.pl to Makefile.SHNicholas Clark2009-01-311-8/+8
* Make lib/Config_heavy.pl part of $(CONFIGPM) as the build ordering is now sane.Nicholas Clark2009-01-311-8/+4
* Add --options with arguments to make_ext.pl. Pass $target as --target=...Nicholas Clark2009-01-291-6/+6
* Move ext/util/make_ext.pl to the top level.Nicholas Clark2009-01-281-7/+7
* The exit code of make_patchnum.pl is no longer used, so make it return 0.Nicholas Clark2009-01-241-1/+1
* suidperl goes.Nicholas Clark2009-01-231-39/+2
* sperl.o also needs to depend on git_version.hNicholas Clark2009-01-231-0/+1
* Amend patchlevel.h so that git_version.h is only #include""ed for perl.Nicholas Clark2009-01-231-9/+6
* Add a perlmini.o and perlmini.c akin to opmini.o and opmini.c, for ./miniperlNicholas Clark2009-01-231-21/+31
* Make make_ext.pl write out a shell script of its actions for make distclean etcNicholas Clark2009-01-141-2/+7
* Add $(EXE_EXT) where it was missing from $(RUN) ./miniperlNicholas Clark2009-01-121-10/+10
* Correct the over-zealous addition of $(RUN) into test -f ./miniperl$(EXE_EXT)Nicholas Clark2009-01-121-2/+2
* make_patchnum requires miniperl$(EXE_EXT) to run, so it needs to depend on it.Nicholas Clark2009-01-121-2/+2
* Add -Ilib to the invocations of make_ext.pl. I guess Steffen had a copy of perlNicholas Clark2009-01-111-6/+6
* move ext/utils/make_ext to ext/utils/make_ext.plSteffen Mueller2009-01-101-7/+7
* "rm -f" better in "make clean" targetsRafael Garcia-Suarez2009-01-051-2/+1
* add better pod and headers, and clean up some whitespace issues in the previo...Yves Orton2009-01-041-1/+1
* eliminate make_patchnum.sh, and make the build process use make_patchnum.pl i...Yves Orton2009-01-041-5/+4
* this seems to work, still not using the perl version, but this works the way ...Yves Orton2009-01-041-2/+3
* doesnt quite work yet, but provisional steps towards using miniperl to do the...Yves Orton2009-01-041-3/+3
* eliminate .patchnum and related infrastrcuture from *nix based build processYves Orton2009-01-041-5/+7
* much better git related version numbering in our (*nix for now) build processYves Orton2008-12-311-2/+7
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2008-12-271-0/+1
* tweak dependencyYves Orton2008-12-271-1/+1
* better .patchnum/.sha1 dependency stuffYves Orton2008-12-271-4/+2
* add cflags as a dependency for all object files. (it is used to control the a...Yves Orton2008-12-271-3/+3
* apparently this isnt necessary after all.Yves Orton2008-12-271-3/+0
* rebuild cflags if cflags.sh changesYves Orton2008-12-271-0/+3
* remove .sha1 file as well if necessaryYves Orton2008-12-271-0/+1
* clean up .patchnum in make cleanYves Orton2008-12-271-0/+1
* fix broken indentation, and move PERL_PATCHNUM logic to a different place so ...Yves Orton2008-12-271-1/+3
* more build dependency changes, we should make sure that cflags is updated whe...Yves Orton2008-12-271-4/+4
* make sure that the perl -v/-V output corresponds to the latest commitYves Orton2008-12-271-1/+6
* AIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidperl on AIX README.aixRainer Tammer2008-12-041-0/+18
* Unwind change 31976 then applyRainer Tammer2008-12-021-6/+21
* Backslashes inside '' inside Makefiles seem to be non-portable in theirNicholas Clark2008-11-101-4/+1
* make distclean patch from Andy Armstrong.Nicholas Clark2008-10-291-0/+1
* - crosscompilation - step 1 of N+1Vadim Konovalov2008-09-081-57/+103
* If I want to build Devel::NYTProf under the core tree, then theNicholas Clark2008-08-211-1/+1
* Cygwin build harmonization, remove cygwin/Makefile.SHsReini Urban2008-08-111-13/+16
* Use App::Prove::State to store the timings for the tests, and ifNicholas Clark2008-08-091-0/+1
* Use File::Find rather than shell globbing to get the list of *.pm filesNicholas Clark2008-04-271-4/+4
* add -v to regen.pl and friendsRobin Barker2008-03-301-1/+4
* Fixing "make distclean" to remove "config.arch"Sérgio Durigan Júnior2008-03-181-1/+1
* Nick's a muppet - "all" needs to remain the first real target in theNicholas Clark2008-01-181-4/+4