mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
opus: Remove whitespace errors
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
20
lfs/opus
20
lfs/opus
@@ -48,34 +48,34 @@ $(DL_FILE)_MD5 = 1f08a661bc72930187893a07f3741a91
|
|||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
||||||
|
|
||||||
download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
||||||
|
|
||||||
md5 : $(subst %,%_MD5,$(objects))
|
md5 : $(subst %,%_MD5,$(objects))
|
||||||
|
|
||||||
dist:.
|
dist:
|
||||||
$(PAK)
|
$(PAK)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Downloading, checking, md5sum
|
# Downloading, checking, md5sum
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
$(patsubst %,$(DIR_CHK)/%,$(objects)) :
|
$(patsubst %,$(DIR_CHK)/%,$(objects)) :
|
||||||
@$(CHECK)
|
@$(CHECK)
|
||||||
|
|
||||||
$(patsubst %,$(DIR_DL)/%,$(objects)) :
|
$(patsubst %,$(DIR_DL)/%,$(objects)) :
|
||||||
@$(LOAD)
|
@$(LOAD)
|
||||||
|
|
||||||
$(subst %,%_MD5,$(objects)) :
|
$(subst %,%_MD5,$(objects)) :
|
||||||
@$(MD5)
|
@$(MD5)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Installation Details
|
# Installation Details
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
$(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 --libdir=/usr/lib
|
cd $(DIR_APP) && ./configure --prefix=/usr --libdir=/usr/lib
|
||||||
cd $(DIR_APP) && make
|
cd $(DIR_APP) && make
|
||||||
cd $(DIR_APP) && make install
|
cd $(DIR_APP) && make install
|
||||||
|
|||||||
Reference in New Issue
Block a user