From fcefa9389a9f765b757f1308434f3c0c5e442b21 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 2 Jun 2005 23:56:13 +0000 Subject: helper rule --- perl-install/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index d60e6068a..72abe4872 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -217,3 +217,9 @@ trace_stage2: [ -d $(DEST) ] || $(MISC_DEST)/mdkinst_stage2_tool $(STAGE2_DEST) f=`perldoc -l Devel::Trace`; install -m 644 -D $$f $(DEST)$$f perl -pi -e 's|(#!/usr/bin/perl).*|$$1 -d:Trace|' $(DEST)/usr/bin/runinstall2 + +# [pixel] for my grep looking for any .pm files +pixel_standalone_links: + rm -rf .standalone_apps.swa + mkdir .standalone_apps.swa + for i in $(STANDALONEPMS_); do ln -sf ../standalone/$$i .standalone_apps.swa/$$i.pm; done -- cgit v1.2.1