From c58042910ed97dc1c9c76b4c4491640e6911a467 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Wed, 27 Apr 2005 09:36:01 +0000 Subject: ipkgized git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2535 33e552b5-05e3-0310-8538-816dae2090ed --- rules/lrzsz.make | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'rules/lrzsz.make') diff --git a/rules/lrzsz.make b/rules/lrzsz.make index e5161889f..76c432b29 100644 --- a/rules/lrzsz.make +++ b/rules/lrzsz.make @@ -10,6 +10,8 @@ # see the README file. # +# FIXME: this packet does nothing. + # # We provide this package # @@ -55,6 +57,7 @@ $(STATEDIR)/lrzsz.extract: $(lrzsz_extract_deps) @$(call targetinfo, $@) @$(call clean, $(LSZRZ_DIR)) @$(call extract, $(LSZRZ_SOURCE)) + @$(call patchin, $(LSZRZ)) touch $@ # ---------------------------------------------------------------------------- @@ -97,7 +100,7 @@ lrzsz_compile_deps = $(STATEDIR)/lrzsz.prepare $(STATEDIR)/lrzsz.compile: $(lrzsz_compile_deps) @$(call targetinfo, $@) - $(LSZRZ_PATH) make -C $(LSZRZ_DIR) + cd $(LSZRZ_DIR) && $(LSZRZ_PATH) make touch $@ # ---------------------------------------------------------------------------- @@ -128,6 +131,7 @@ $(STATEDIR)/lrzsz.targetinstall: $(lrzsz_targetinstall_deps) lrzsz_clean: rm -rf $(STATEDIR)/lrzsz.* + rm -rf $(IMAGEDIR)/lrzsz_* rm -rf $(LSZRZ_DIR) # vim: syntax=make -- cgit v1.2.3