# HG changeset patch # User Norm Jacobs # Date 1311014137 25200 # Node ID d3ce52a8aecd56f75aadecb58b552ac2ccd52702 # Parent ba846759b41a74cef5fb01905a67200106073c1e 7063888 Move Grails to userland (fix incremental) diff -r ba846759b41a -r d3ce52a8aecd components/grails/Makefile --- a/components/grails/Makefile Mon Jul 18 11:07:21 2011 -0700 +++ b/components/grails/Makefile Mon Jul 18 11:35:37 2011 -0700 @@ -43,13 +43,16 @@ # fix names with spaces # workaround for bug 6734267 (pkgmk does not allow spaces in file names) # the following files are not used directly by Grails framework... -install: build +$(INSTALL_32): $(BUILD_32) (cd $(COMPONENT_SRC)/media/icons ; \ mv 'grails - 16x16 icon.png' grails-16x16icon.png ; \ mv 'grails - 32x32 icon.png' grails-32x32icon.png ; \ mv 'grails - 48x48 icon.png' grails-48x48icon.png ; \ mv 'grails - 64x64 icon.png' grails-64x64icon.png ; \ mv 'grails - 128x128 icon.png' grails-128x128icon.png) + $(TOUCH) $@ + +install: $(INSTALL_32) test: $(NO_TESTS)