aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile/commands.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data/makefile/commands.in')
-rw-r--r--src/build-data/makefile/commands.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/build-data/makefile/commands.in b/src/build-data/makefile/commands.in
new file mode 100644
index 000000000..33c6634c3
--- /dev/null
+++ b/src/build-data/makefile/commands.in
@@ -0,0 +1,14 @@
+# Program aliases
+AR = %{ar_command}
+COPY = cp
+COPY_R = cp -r
+CD = @cd
+ECHO = @echo
+INSTALL_CMD_EXEC = %{install_cmd_exec}
+INSTALL_CMD_DATA = %{install_cmd_data}
+LN = ln -fs
+MKDIR = @mkdir
+MKDIR_INSTALL = @umask 022; mkdir -p -m 755
+RANLIB = %{ranlib_command}
+RM = @rm -f
+RM_R = @rm -rf