]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/dosfstools
Zwischencommit fuer LFS.
[people/pmueller/ipfire-2.x.git] / lfs / dosfstools
index 6b856b29c711c1a94984c738216a7cc2715f5c0c..13bdf347bc28e2b9b394f713d7d87a85857a098a 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: dosfstools,v 1.3.2.3 2005/03/15 20:48:49 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 2.11
 
 THISAPP    = dosfstools-$(VER)
 DL_FILE    = $(THISAPP).src.tar.gz
-DL_FROM    = http://fresh.t-systems-sfr.com/linux/src
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
@@ -78,7 +72,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)