mirror of https://github.com/postgres/postgres
errors in any commands, including in various clean targets that have so far been handled inconsistently. make -i is available to ignore all errors in a consistent and official way.REL8_5_ALPHA1_BRANCH
parent
184c42d20d
commit
8c87cc370f
@ -1,12 +1,7 @@ |
||||
#
|
||||
# Makefile for example programs
|
||||
#
|
||||
|
||||
all: |
||||
-@echo "make: Nothing to be done for \`all'."
|
||||
|
||||
test: |
||||
@./runall
|
||||
./runall
|
||||
|
||||
clean: |
||||
rm -f *.out
|
||||
|
@ -1,12 +1,7 @@ |
||||
#
|
||||
# Makefile for example programs
|
||||
#
|
||||
|
||||
all: |
||||
-@echo "make: Nothing to be done for \`all'."
|
||||
|
||||
test: |
||||
@./runall
|
||||
./runall
|
||||
|
||||
clean: |
||||
rm -f *.out
|
||||
|
@ -1,12 +1,7 @@ |
||||
#
|
||||
# Makefile for example programs
|
||||
#
|
||||
|
||||
all: |
||||
-@echo "make: Nothing to be done for \`all'."
|
||||
|
||||
test: |
||||
@./runall
|
||||
./runall
|
||||
|
||||
clean: |
||||
rm -f *.out
|
||||
|
@ -1,12 +1,7 @@ |
||||
#
|
||||
# Makefile for example programs
|
||||
#
|
||||
|
||||
all: |
||||
-@echo "make: Nothing to be done for \`all'."
|
||||
|
||||
test: |
||||
@./runall
|
||||
./runall
|
||||
|
||||
clean: |
||||
rm -f *.out
|
||||
|
Loading…
Reference in new issue