svn commit: samba r21221 - in branches/SAMBA_4_0/webapps/swat: .

derrell at samba.org derrell at samba.org
Wed Feb 7 18:52:12 GMT 2007


Author: derrell
Date: 2007-02-07 18:52:11 +0000 (Wed, 07 Feb 2007)
New Revision: 21221

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21221

Log:
'make build' should be the default target for us
Modified:
   branches/SAMBA_4_0/webapps/swat/Makefile


Changeset:
Modified: branches/SAMBA_4_0/webapps/swat/Makefile
===================================================================
--- branches/SAMBA_4_0/webapps/swat/Makefile	2007-02-07 18:31:28 UTC (rev 21220)
+++ branches/SAMBA_4_0/webapps/swat/Makefile	2007-02-07 18:52:11 UTC (rev 21221)
@@ -85,14 +85,19 @@
 APPLICATION_RESOURCE_FILTER = true
 APPLICATION_COMPLETE_SOURCE = false
 
+# Typically, we just need a "build"
+.PHONY: default
 
+default:	build
+
+
 ################################################################################
 # INCLUDE CORE
 ################################################################################
 
 ifneq ($(QOOXDOO_PATH),PLEASE_DEFINE_QOOXDOO_PATH)
-	include $(QOOXDOO_PATH)/frontend/framework/tool/make/targets.mk
-	include $(QOOXDOO_PATH)/frontend/framework/tool/make/application.mk
+include $(QOOXDOO_PATH)/frontend/framework/tool/make/targets.mk
+include $(QOOXDOO_PATH)/frontend/framework/tool/make/application.mk
 endif
 
 error:



More information about the samba-cvs mailing list