]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/toolchain/sed/sed.nm
naoki: Initial checkin.
[ipfire-3.x.git] / pkgs / toolchain / sed / sed.nm
1
2 include ../../core/sed/sed.nm
3
4 $(STAGE_BUILD): $(STAGE_PREPARE)
5 @$(PRE_BUILD)
6
7 cd $(DIR_APP) && \
8 ./configure \
9 $(CONFIGURE_ARCH) \
10 --prefix=$(TOOLS_DIR) \
11 --without-included-regex
12
13 cd $(DIR_APP) && make $(PARALLELISMFLAGS)
14
15 @$(POST_BUILD)