]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - pkgs/toolchain/tar/tar.nm
naoki: Mixed things.
[people/stevee/ipfire-3.x.git] / pkgs / toolchain / tar / tar.nm
CommitLineData
166a6c21
MT
1
2include ../../core/tar/tar.nm
3
17c0ee8a 4define STAGE_BUILD
166a6c21
MT
5 # Normally the 'rmt' programs goes in sbin/.
6 cd $(DIR_APP) && LDFLAGS="-z muldefs" \
7 ./configure \
8 $(CONFIGURE_ARCH) \
9 --prefix=$(TOOLS_DIR) \
10 --libexecdir=$(TOOLS_DIR)/bin
166a6c21 11
17c0ee8a
MT
12 cd $(DIR_APP) && make $(PARALLELISMFLAGS)
13endef