diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-03-21 17:12:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-03-21 17:12:31 +0000 |
commit | e87bd3a7e7a00df990cce06e6f43badbc3442f55 (patch) | |
tree | ec005f1e85d896b2db80268871520db80e3bab44 /grpmi/curl_download/Makefile | |
parent | c6d3e2c946d7feccb06059592e0223405ae778db (diff) | |
download | rpmdrake-e87bd3a7e7a00df990cce06e6f43badbc3442f55.tar rpmdrake-e87bd3a7e7a00df990cce06e6f43badbc3442f55.tar.gz rpmdrake-e87bd3a7e7a00df990cce06e6f43badbc3442f55.tar.bz2 rpmdrake-e87bd3a7e7a00df990cce06e6f43badbc3442f55.tar.xz rpmdrake-e87bd3a7e7a00df990cce06e6f43badbc3442f55.zip |
merge curl_download into Rpmdrake::edit_urpm_sources
rationale:
- it's its only user
- it has nothing to do with curl since 2008
(and old XS curl code wasn't used anymore since 2003-05-12 when gurpm*
stuff was merged in urpmi/gurpm*, grpmi/grpm.pl itself being killed on
2004-01-21)
- gc was lazy
Diffstat (limited to 'grpmi/curl_download/Makefile')
-rw-r--r-- | grpmi/curl_download/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/grpmi/curl_download/Makefile b/grpmi/curl_download/Makefile deleted file mode 100644 index 363ad0af..00000000 --- a/grpmi/curl_download/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -.PHONY: clean - -curl_download: - test -e Makefile_c || perl Makefile.PL - $(MAKE) -f Makefile_c - -install: - test -e Makefile_c || perl Makefile.PL - $(MAKE) -f Makefile_c install - -clean: - test ! -e Makefile_c || $(MAKE) -f Makefile_c clean - rm -f *~ *.o |