]> granicus.if.org Git - postgis/commitdiff
Change @rm to rm for visibility
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 21 Mar 2012 21:36:59 +0000 (21:36 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 21 Mar 2012 21:36:59 +0000 (21:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9523 b70326c6-7e19-0410-871a-916f4a2858ee

20 files changed:
doc/Makefile.in
doc/html/image_src/Makefile.in
extensions/postgis/Makefile.in
extensions/postgis_topology/Makefile.in
libpgcommon/Makefile.in
libpgcommon/cunit/Makefile.in
loader/Makefile.in
loader/cunit/Makefile.in
postgis/Makefile.in
raster/Makefile.in
raster/loader/Makefile.in
raster/rt_core/Makefile.in
raster/rt_pg/Makefile.in
raster/scripts/Makefile.in
raster/scripts/python/Makefile.in
raster/test/Makefile.in
raster/test/core/Makefile.in
raster/test/regress/Makefile.in
regress/Makefile.in
topology/Makefile.in

index c105dfd2fe368b49af8a5e3bae6c2f0a503fb832..fc3c0014c498c275f2d802eb638604b6b6d164a1 100644 (file)
@@ -191,14 +191,14 @@ images-clean:
        $(MAKE) -C html/image_src images-clean
        
 clean: 
-       @rm -f html/*.html
-       @rm -f postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf
+       rm -f html/*.html
+       rm -f postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf
        $(MAKE) -C html/image_src clean
-       @rm -f postgis-out.xml postgis_aggs_mm.xml
+       rm -f postgis-out.xml postgis_aggs_mm.xml
 
 distclean: clean
        $(MAKE) -C html/image_src distclean
-       @rm -f Makefile
+       rm -f Makefile
 
 maintainer-clean: clean images-clean
        rm -f postgis_comments.sql raster_comments.sql topology_comments.sql tiger_geocoder_comments.sql
index 032f8e313e215ecbe6746f96f7f2d1ae31c22243..606b03355f58e5098cf578cbee0bbf4fd152cf53 100644 (file)
@@ -166,7 +166,7 @@ clean:
        rm -f tmp[0-9].png
 
 distclean: clean
-       @rm -f Makefile
+       rm -f Makefile
 
 images-clean:
        rm -f $(IMAGES) $(IMAGES_RESIZED)
index 29e33e6d6683a7fddcc7933b434498b146bcf09b..727f688487893f0714f0b7aa0b3a4b0532c85a17 100644 (file)
@@ -141,8 +141,8 @@ DATA = $(wildcard sql/*--*.sql) sql/$(EXTENSION)--$(EXTVERSION).sql
 EXTRA_CLEAN += sql/$(EXTENSION)--$(EXTVERSION).sql
 endif
 
-distclean:
-       @rm Makefile
+distclean: clean
+       rm -f Makefile
 
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
index 8206e8eac38f7523a8de78e6ee2668ecda6a9b8a..4d346027d9671f8ea3d7b12510a14a83628843cc 100644 (file)
@@ -83,8 +83,8 @@ DATA = $(wildcard sql/*--*.sql) sql/$(EXTENSION)--$(EXTVERSION).sql
 EXTRA_CLEAN += sql/$(EXTENSION)--$(EXTVERSION).sql sql/$(EXTENSION)--unpackaged--$(EXTVERSION).sql
 endif
 
-distclean:
-       @rm Makefile
+distclean: clean
+       rm Makefile
 
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
index cd8388dc042cd2ea2d2371e9a77579614cac14cd..7071a0056bcedd8e0b49cb8d4a630243333062cf 100644 (file)
@@ -44,13 +44,13 @@ maintainer-clean: clean
 
 clean: 
        $(MAKE) -C cunit clean
-       @rm -f $(SA_OBJS) 
-       @rm -f $(NM_OBJS) 
-       @rm -f libpgcommon.a 
+       rm -f $(SA_OBJS) 
+       rm -f $(NM_OBJS) 
+       rm -f libpgcommon.a 
 
 distclean: clean
        $(MAKE) -C cunit distclean
-       @rm -f Makefile
+       rm -f Makefile
 
 check: libpgcommon.a
        $(MAKE) -C cunit check
index 47fb7d4f054d3f756eed9be1986b86562210dd9e..5dad639188868839f5338be3d238ce3d0d703e22 100644 (file)
@@ -13,4 +13,4 @@
 all check clean : 
 
 distclean: clean
-       @rm -f Makefile
+       rm -f Makefile
index ccf25974c9c89a831890be72699e40b6a291ae0f..75cacee012f0fb7ad8f6216d98d68071b73cb142 100644 (file)
@@ -132,13 +132,13 @@ ifdef gtk_build
 endif
 
 clean:
-       @rm -rf .libs
-       @rm -f *.o $(SHP2PGSQL-CLI) $(PGSQL2SHP-CLI) $(GTK_WIN32_RES) $(SHP2PGSQL-GUI)
+       rm -rf .libs
+       rm -f *.o $(SHP2PGSQL-CLI) $(PGSQL2SHP-CLI) $(GTK_WIN32_RES) $(SHP2PGSQL-GUI)
        $(MAKE) -C cunit clean
 
 distclean:
        $(MAKE) -C cunit distclean
-       @rm -f Makefile
+       rm -f Makefile
 
 
 #
index 534cca25686d04246b5cb72b6d31c69e51ff3c9d..9f1d8ee262a68f1789a81e6e1cba203b1d2e3db1 100644 (file)
@@ -82,11 +82,11 @@ $(OBJS): %.o: %.c
 
 # Clean target
 clean:
-       @rm -f $(OBJS)
-       @rm -f cu_tester.exe
+       rm -f $(OBJS)
+       rm -f cu_tester.exe
 
 distclean: clean
-       @rm -f Makefile
+       rm -f Makefile
 
 # Requirements message
 requirements_not_met_cunit:
index 20af1f0ab9362248bb37c425581b9f694636130c..b70cfe62ab414fdee14e4f8af800c59c09c46269 100644 (file)
@@ -144,5 +144,5 @@ uninstall_postgis.sql: postgis.sql ../utils/create_undef.pl
 uninstall_legacy.sql: legacy.sql ../utils/create_undef.pl 
        $(PERL) ../utils/create_undef.pl $< $(POSTGIS_PGSQL_VERSION) > $@
 
-distclean:
-       @rm Makefile
+distclean: clean
+       rm -f Makefile
index 43ad92d484d4a479803492a096fe17f9b9b7eaed..a2b45509a330ae05fa3c937e7e5ba62b5c970fcd 100644 (file)
@@ -48,7 +48,7 @@ distclean: clean
        $(MAKE) -C loader $@
        $(MAKE) -C test $@
        $(MAKE) -C scripts $@
-       @rm -f raster_config.h Makefile
+       rm -f raster_config.h Makefile
 
 core-check:
        $(MAKE) -C test $@
index 032f33d388ace63d4288f98577ef4466285a2895..ee3f1595be8e9d8d22ed3c9c8b405127146fa041 100644 (file)
@@ -87,8 +87,8 @@ $(RT_CORE)/librtcore.a:
        $(MAKE) -C ../rt_core
 
 clean:
-       @rm -rf .libs
-       @rm -f *.o $(RASTER2PGSQL)
+       rm -rf .libs
+       rm -f *.o $(RASTER2PGSQL)
 
 distclean: clean
-       @rm -f Makefile
+       rm -f Makefile
index fa323deca90194ef17b0d7f597f13a9f8fa16651..9413432262971fd3de7460bf99246b1ce2f6c84c 100644 (file)
@@ -28,11 +28,11 @@ RT_HEADERS=rt_api.h
 all: $(RT_LIB)
 
 clean:
-       @rm -f $(RT_OBJS)
-       @rm -f $(RT_LIB)
+       rm -f $(RT_OBJS)
+       rm -f $(RT_LIB)
 
 distclean: clean
-       @rm -f Makefile
+       rm -f Makefile
 
 librtcore.a: $(RT_OBJS) $(RT_HEADERS)
        $(AR) $(RT_LIB) $(RT_OBJS)
index 20ca9c42cde1468df7b315b007a7ba40b48f5dcf..0fef806b0f9d8bb612c90e689014a6478ed34b75 100644 (file)
@@ -105,4 +105,4 @@ uninstall_rtpostgis.sql: rtpostgis.sql ../../utils/create_undef.pl
        $(PERL) ../../utils/create_undef.pl $< $(POSTGIS_PGSQL_VERSION) > $@
 
 distclean: clean
-       $(RM) Makefile
+       rm -f Makefile
index 3e3b9e3c2f4517830cab614ac5b1eb8fb0982a87..2798dfd458ca9c939b819c56e9a0ba3be6e3b437 100644 (file)
@@ -33,4 +33,4 @@ clean:
 distclean: clean
 #      $(MAKE) -C plpgsql $@
        $(MAKE) -C python $@
-       @rm -f Makefile
+       rm -f Makefile
index df08e5a5dfcaa2d4f18c2239487823d94d60258c..3b49bbc0dcca25c81cfa9cb2ab4b6940c2071b55 100644 (file)
@@ -24,7 +24,7 @@ uninstall:
 #      $(RM) $(DESTDIR)$(PGSQL_BINDIR)/$(RASTER2PGSQL)
 
 clean:
-       @rm -f *.o
+       rm -f *.o
 
 distclean: clean
-       @rm -f Makefile
+       rm -f Makefile
index d35da3bcb1065a2dc040041c53dc0ae44188bd15..c67fa52a2e1a3ddb4c3378f7088a57c5ea397b88 100644 (file)
@@ -25,4 +25,4 @@ clean:
 distclean: clean
        $(MAKE) -C core $@
        $(MAKE) -C regress $@
-       @rm -f Makefile
+       rm -f Makefile
index 86c4f451dd535c55378576e732a39edf99a48d71..96a47a2ed71f151c976611a47c5d72364b966047 100644 (file)
@@ -66,7 +66,7 @@ $(RT_CORE)/librtcore.a:
 
 clean:
        rm -rf .libs
-       @rm -f *.o $(TESTAPI) $(TESTWKB)
+       rm -f *.o $(TESTAPI) $(TESTWKB)
 
 distclean: clean
-       @rm -f Makefile
+       rm -f Makefile
index fb44864482aec48f98a2f6b70d4c184a8207e011..e5df0398077e46ab9547deadbdc1b6f95c851e2c 100644 (file)
@@ -135,7 +135,7 @@ all:
        @echo "Use 'make check' to run all tests"
 
 distclean: clean
-       @rm -f Makefile
+       rm -f Makefile
 
 clean:
        $(RM) -f rtpostgis.sql
index 2ce359622f0f6ea06868a3d56e4c96f64d4a2cd5..ad24faca2dda1e93bbc9f4448dddd3485366ee5a 100644 (file)
@@ -150,7 +150,7 @@ endif
 all install uninstall:
 
 distclean: clean
-       @rm Makefile
+       rm Makefile
 
 staged-install-topology:
        @if test x"@TOPOLOGY@" != "x"; then \
index fca0b1153c5253cf60ba48534e595d97fa10c5ab..70a5cc8a7cf7dee3771aed8bdcb98a9f9528ad3a 100644 (file)
@@ -93,5 +93,5 @@ uninstall_topology.sql: topology.sql ../utils/create_undef.pl
 check: topology.sql
        $(MAKE) -C test $@
 
-distclean:
-       @rm Makefile
+distclean: clean
+       rm -f Makefile