Repository: incubator-hawq Updated Branches: refs/heads/master 52d5b553d -> 51590b991
HAWQ-1349. make uninstall failed for make target gpmodcat_uninstall Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/51590b99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/51590b99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/51590b99 Branch: refs/heads/master Commit: 51590b991a2fe27ffd1c5686d0f2f5f049a9cb32 Parents: 52d5b55 Author: stanlyxiang <[email protected]> Authored: Wed Feb 22 17:48:45 2017 +0800 Committer: Wen Lin <[email protected]> Committed: Fri Feb 24 16:07:27 2017 +0800 ---------------------------------------------------------------------- src/bin/gpupgrade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/51590b99/src/bin/gpupgrade/Makefile ---------------------------------------------------------------------- diff --git a/src/bin/gpupgrade/Makefile b/src/bin/gpupgrade/Makefile index 5ed0890..c22e4bb 100644 --- a/src/bin/gpupgrade/Makefile +++ b/src/bin/gpupgrade/Makefile @@ -95,6 +95,6 @@ installupgradefiles: $(UPGRADEFILES) $(DATAFILES) $(INSTALL_DATA) $$i '$(DESTDIR)$(datadir)/upgrade/'`basename $$i`; \ done -gpmodcat_unistall: +gpmodcat_uninstall: rm -f '$(DESTDIR)$(bindir)'/lib, gpmodcatversion$(X)
