summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-02-11 17:52:47 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-02-11 17:52:47 +0000
commit5f9428fb931a56f78321d04cce65ac2442850d10 (patch)
tree7e347e4a644f1f39ee99221aec0879073c343aec /Makefile.in
parentd674e5eb84921fd9b6828a48c9bd097e3ff0c807 (diff)
downloadptxdist-5f9428fb931a56f78321d04cce65ac2442850d10.tar.gz
ptxdist-5f9428fb931a56f78321d04cce65ac2442850d10.tar.xz
add .done hint
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4579 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 749a913d9..ba780211e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,9 +3,7 @@ topdir=@TOPDIR@
instdir=@INSTDIR@
version=@VERSION@
-all: main
-
-main:
+all:
@echo "building lxdialog..."
cp ${topdir}/scripts/ptx-modifications/Makefile.lxdialog.ptx ${topdir}/scripts/lxdialog/Makefile
cd ${topdir}/scripts/lxdialog && make
@@ -13,6 +11,8 @@ main:
cd ${topdir}/scripts/kconfig && make conf
@echo "building mconf..."
cd ${topdir}/scripts/kconfig && make mconf
+ @echo "done."
+ @touch .done
install: main
@echo "installing PTXdist to ${prefix}..."
@@ -37,6 +37,7 @@ clean:
rm -f scripts/kconfig/lex.backup
rm -f scripts/kconfig/lkc_defs.h
rm -f scripts/kconfig/mconf
+ rm -f .done
distclean: clean