Makefile.auto -> makefile.auto
authorRoyce Mitchell III <royce3@ev1.net>
Thu, 10 Mar 2005 16:42:28 +0000 (16:42 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Thu, 10 Mar 2005 16:42:28 +0000 (16:42 +0000)
svn path=/branches/xmlbuildsystem/; revision=13911

reactos/Makefile
reactos/ReactOS.xml

index 0a874e8..0808f36 100644 (file)
@@ -7,8 +7,8 @@ ifeq ($(VERBOSE),yes)
   Q =
   HALFVERBOSEECHO = @:
 else
-  Q = @
-  HALFVERBOSEECHO = @echo
+  Q =
+  HALFVERBOSEECHO = echo
 endif
 endif
 
@@ -53,7 +53,7 @@ endif
 .PHONY: all
 .PHONY: clean
 
-all: Makefile.auto
+all: makefile.auto
 
 ifneq ($(ROS_INTERMEDIATE),)
 $(ROS_INTERMEDIATE)tools: $(ROS_INTERMEDIATE)
@@ -66,7 +66,7 @@ $(ROS_INTERMEDIATE):
 endif
 
 include tools/Makefile
--include Makefile.auto
+-include makefile.auto
 
 PREAUTO := \
        include$(SEP)reactos$(SEP)buildno.h \
@@ -75,7 +75,7 @@ PREAUTO := \
        include$(SEP)reactos$(SEP)errcodes.h \
        lib$(SEP)kernel32$(SEP)errcodes.rc
 
-Makefile.auto: $(RMKDIR_TARGET) $(BUILDNO_TARGET) $(NCI_SERVICE_FILES) $(WMC_TARGET) $(WRC_TARGET) \
+makefile.auto: $(RMKDIR_TARGET) $(BUILDNO_TARGET) $(NCI_SERVICE_FILES) $(WMC_TARGET) $(WRC_TARGET) \
                $(RSYM_TARGET) $(CDMAKE_TARGET) $(RBUILD_TARGET) $(PREAUTO) $(XMLBUILDFILES)
        $(HALFVERBOSEECHO) [RBUILD]  makefile.auto
        $(Q)tools$(SEP)rbuild$(SEP)rbuild$(EXEPOSTFIX) mingw
@@ -89,5 +89,5 @@ include$(SEP)reactos$(SEP)errcodes.h lib$(SEP)kernel32$(SEP)errcodes.rc: $(WMC_T
 
 .PHONY: makefile_auto_clean
 makefile_auto_clean:
-       -@$(rm) Makefile.auto $(PREAUTO) 2>$(NUL)
+       -@$(rm) makefile.auto $(PREAUTO) 2>$(NUL)
 clean: makefile_auto_clean
index 0ac6440..8f8d2a3 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>\r
 <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">\r
-<project name="ReactOS" makefile="Makefile.auto" xmlns:xi="http://www.w3.org/2001/XInclude">\r
+<project name="ReactOS" makefile="makefile.auto" xmlns:xi="http://www.w3.org/2001/XInclude">\r
        <xi:include href="config.xml">\r
                <xi:fallback>\r
                        <xi:include href="config.template.xml" />\r