pgAdmin 4 commit: Fix the clean target so that it doesn't error out if

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix the clean target so that it doesn't error out if
Date: 2019-03-15 09:33:46
Message-ID: E1h4jDm-0007yk-MS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the clean target so that it doesn't error out if there's no runtime Makefile in the tree.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4edd100ff9cefa1db395e7388570166f84e2d83f

Modified Files
--------------
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-15 10:03:15 pgAdmin 4 commit: Fix the RE-SQL syntax for roles with a VALID UNTIL cl
Previous Message Dave Page 2019-03-15 09:20:16 pgAdmin 4 commit: Bail out if yarn returns a non-zero code.