mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
e2fsprogs: Fix indentation of makefile
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -71,12 +71,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
-mkdir -pv $(DIR_APP)/build
|
||||
cd $(DIR_APP)/build && $(DIR_APP)/configure \
|
||||
--prefix=/usr \
|
||||
--with-root-prefix="" \
|
||||
--enable-elf-shlibs \
|
||||
--disable-evms \
|
||||
--disable-nls
|
||||
cd $(DIR_APP)/build && \
|
||||
$(DIR_APP)/configure \
|
||||
--prefix=/usr \
|
||||
--with-root-prefix="" \
|
||||
--enable-elf-shlibs \
|
||||
--disable-evms \
|
||||
--disable-nls
|
||||
cd $(DIR_APP)/build && make $(MAKETUNING)
|
||||
cd $(DIR_APP)/build && make install
|
||||
cd $(DIR_APP)/build && make install-libs
|
||||
|
||||
Reference in New Issue
Block a user