]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - pkgs/toolchain/tar/tar.nm
naoki: Initial checkin.
[people/amarx/ipfire-3.x.git] / pkgs / toolchain / tar / tar.nm
1
2 include ../../core/tar/tar.nm
3
4 $(STAGE_BUILD): $(STAGE_PREPARE)
5 @$(PRE_BUILD)
6
7 # Normally the 'rmt' programs goes in sbin/.
8 cd $(DIR_APP) && LDFLAGS="-z muldefs" \
9 ./configure \
10 $(CONFIGURE_ARCH) \
11 --prefix=$(TOOLS_DIR) \
12 --libexecdir=$(TOOLS_DIR)/bin
13 cd $(DIR_APP) && make $(PARALLELISMFLAGS)
14
15 @$(POST_BUILD)