changeset 3517:6a6f257372b7

Dont try to copy nonexistant native-tools folder * binary-dist-rules.mk: Dont try to copy nonexistant native-tools folder.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 16 Feb 2014 07:37:40 -0500
parents 3b5b776331f1
children 596a5f3baf08
files binary-dist-rules.mk
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/binary-dist-rules.mk	Sun Feb 16 07:21:51 2014 -0500
+++ b/binary-dist-rules.mk	Sun Feb 16 07:37:40 2014 -0500
@@ -72,9 +72,6 @@
 
 ifeq ($(MXE_WINDOWS_BUILD),yes)
 define copy-windows-dist-files
-  echo "  native tools..."
-  cd $(TOP_DIR)/native-tools/usr \
-    && tar -c $(TAR_H_OPTION) -X $(TOP_DIR)/excluded-native-files -f - . | ( cd $(OCTAVE_DIST_DIR) ; tar xpf - )
   echo "  libgcc_s_dw2-1.dll to bin directory"
   cd $(OCTAVE_DIST_DIR) \
     && cp lib/gcc/i686-pc-mingw32/libgcc_s_dw2-1.dll bin