Skip to content

Commit

Permalink
mtools: build and install mmd
Browse files Browse the repository at this point in the history
useful for making MS-DOS subdirectories

Signed-off-by: Álvaro Fernández Rojas <[email protected]>

SVN-Revision: 47170
  • Loading branch information
John Crispin committed Oct 11, 2015
1 parent 0be23c4 commit 19a491b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/mtools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ HOST_CONFIGURE_VARS += \
ac_cv_header_iconv_h=no

define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) mcopy
$(MAKE) -C $(HOST_BUILD_DIR) mcopy mmd
endef

define Host/Install
$(INSTALL_BIN) $(HOST_BUILD_DIR)/mcopy $(STAGING_DIR_HOST)/bin/
$(INSTALL_BIN) $(HOST_BUILD_DIR)/mmd $(STAGING_DIR_HOST)/bin/
endef

define Host/Clean
rm -f $(STAGING_DIR_HOST)/bin/mcopy
rm -f $(STAGING_DIR_HOST)/bin/mmd
endef

$(eval $(call HostBuild))

0 comments on commit 19a491b

Please sign in to comment.