aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuddy.liong2014-01-29 16:17:35 -0600
committerbuddy.liong2014-01-29 16:24:14 -0600
commit0ab31239d479f6954ba56977cfd358b373b3f9ed (patch)
treeff5ff608b230d09a7d91bec4ebc7aa3506deda8e
parentcfb8e7c9aaa58e1de04f4a468ed846d8d6223da1 (diff)
downloadrepo-libdce-0ab31239d479f6954ba56977cfd358b373b3f9ed.tar.gz
repo-libdce-0ab31239d479f6954ba56977cfd358b373b3f9ed.tar.xz
repo-libdce-0ab31239d479f6954ba56977cfd358b373b3f9ed.zip
[LIBDCE] Rename Makefile to Makefile.qnx
LIBDCE is common component for Linux, Android and QNX. Linux is using automake tools which create a file by name of Makefile which overwrite the Makefile intended for QNX. Prior to this patch, the command to build LIBDCE for QNX: Command to clean: make clean Command to build: make Command to build and install the output to install folder: make install After this patch, the command to build LIBDCE for QNX: Command to clean: make -f Makefile.qnx clean Command to build: make -f Makefile.qnx Command to build and install the output to install folder: make -f Makefile.qnx install Change-Id: Iaa76d4d6c51a510dc6ccd19fdd45865c4cb46c18 Signed-off-by: buddy.liong <buddy.budiono@ti.com>
-rw-r--r--Makefile.qnx (renamed from Makefile)6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile.qnx
index 18dffdd..01246bc 100644
--- a/Makefile
+++ b/Makefile.qnx
@@ -1,3 +1,3 @@
1LIST=libdce 1LIST=libdce
2LATE_DIRS=test_qnx 2LATE_DIRS=test_qnx
3include recurse.mk 3include recurse.mk