mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Fuse bereinigt.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@786 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
8
lfs/fuse
8
lfs/fuse
@@ -32,11 +32,7 @@ THISAPP = fuse-$(VER)
|
|||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
ifeq "$(SMP)" "1"
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)-smp
|
|
||||||
else
|
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
|
||||||
endif
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
@@ -79,7 +75,7 @@ $(subst %,%_MD5,$(objects)) :
|
|||||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||||
@$(PREBUILD)
|
@$(PREBUILD)
|
||||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||||
cd $(DIR_APP) && ./configure --prefix=/usr --with-kernel=/usr/src/linux
|
cd $(DIR_APP) && ./configure --prefix=/usr --disable-kernel-module
|
||||||
cd $(DIR_APP) && make $(MAKETUNING)
|
cd $(DIR_APP) && make $(MAKETUNING)
|
||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
|
|||||||
3
make.sh
3
make.sh
@@ -330,12 +330,10 @@ buildipfire() {
|
|||||||
ipfiremake ipp2p SMP=1
|
ipfiremake ipp2p SMP=1
|
||||||
ipfiremake r8169 SMP=1
|
ipfiremake r8169 SMP=1
|
||||||
ipfiremake zaptel SMP=1
|
ipfiremake zaptel SMP=1
|
||||||
ipfiremake fuse SMP=1
|
|
||||||
ipfiremake linux
|
ipfiremake linux
|
||||||
ipfiremake ipp2p
|
ipfiremake ipp2p
|
||||||
ipfiremake r8169
|
ipfiremake r8169
|
||||||
ipfiremake zaptel
|
ipfiremake zaptel
|
||||||
ipfiremake fuse
|
|
||||||
ipfiremake pkg-config
|
ipfiremake pkg-config
|
||||||
ipfiremake cpio
|
ipfiremake cpio
|
||||||
ipfiremake klibc
|
ipfiremake klibc
|
||||||
@@ -380,6 +378,7 @@ buildipfire() {
|
|||||||
ipfiremake squashfstools
|
ipfiremake squashfstools
|
||||||
ipfiremake reiserfsprogs
|
ipfiremake reiserfsprogs
|
||||||
ipfiremake sysfsutils
|
ipfiremake sysfsutils
|
||||||
|
ipfiremake fuse
|
||||||
ipfiremake ntfs-3g
|
ipfiremake ntfs-3g
|
||||||
ipfiremake ethtool
|
ipfiremake ethtool
|
||||||
ipfiremake ez-ipupdate
|
ipfiremake ez-ipupdate
|
||||||
|
|||||||
Reference in New Issue
Block a user