aboutsummaryrefslogtreecommitdiffstats
path: root/krootwarning/Makefile.dist
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2001-08-08 13:19:07 +0000
committerDavid Baudens <baudens@mandriva.com>2001-08-08 13:19:07 +0000
commitd8476b9bb5a5949128d702fa56df755caa0180ec (patch)
treece56167fb61c87819e9ea2a23212747371d12a5f /krootwarning/Makefile.dist
parente05cca7d7ce5693a38c3a39f9abddf69822301ca (diff)
downloadcommon-data-d8476b9bb5a5949128d702fa56df755caa0180ec.tar
common-data-d8476b9bb5a5949128d702fa56df755caa0180ec.tar.gz
common-data-d8476b9bb5a5949128d702fa56df755caa0180ec.tar.bz2
common-data-d8476b9bb5a5949128d702fa56df755caa0180ec.tar.xz
common-data-d8476b9bb5a5949128d702fa56df755caa0180ec.zip
Add krootwarning (KDE)
Diffstat (limited to 'krootwarning/Makefile.dist')
-rw-r--r--krootwarning/Makefile.dist14
1 files changed, 14 insertions, 0 deletions
diff --git a/krootwarning/Makefile.dist b/krootwarning/Makefile.dist
new file mode 100644
index 0000000..be59a86
--- /dev/null
+++ b/krootwarning/Makefile.dist
@@ -0,0 +1,14 @@
+all:
+ @echo "This Makefile is only for the CVS repository"
+ @echo "This will be deleted before making the distribution"
+ @echo ""
+ @if test ! -d admin; then \
+ echo "Please recheckout this module!" ;\
+ echo "for cvs: use checkout once and after that update again" ;\
+ echo "for cvsup: checkout kde-common from cvsup and" ;\
+ echo " link kde-common/admin to ./admin" ;\
+ exit 1 ;\
+ fi
+ $(MAKE) -f admin/Makefile.common cvs
+
+.SILENT: