Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(SOURCE_DIR)/ni-ofgwrite:
- git clone git@bitbucket.org:neutrino-images/ni-ofgwrite.git $@
- ni-ofgwrite: $(SOURCE_DIR)/ni-ofgwrite | $(TARGETPREFIX)
- $(REMOVE)/ni-ofgwrite
- tar -C $(SOURCE_DIR) -cp ni-ofgwrite --exclude-vcs | tar -C $(BUILD_TMP) -x
- cd $(BUILD_TMP)/ni-ofgwrite; \
- $(BUILDENV) \
- $(MAKE) && \
- install -m 755 $(BUILD_TMP)/ni-ofgwrite/ofgwrite_bin $(TARGETPREFIX)/bin
- install -m 755 $(BUILD_TMP)/ni-ofgwrite/ofgwrite $(TARGETPREFIX)/bin
- $(REMOVE)/ni-ofgwrite
- touch $(D)/$@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement