Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
1be43908
Commit
1be43908
authored
18 years ago
by
Andrew Dunstan
Browse files
Options
Downloads
Patches
Plain Diff
Add installcheck-parallel target to top level makefiles.
parent
9a8920e1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GNUmakefile.in
+2
-2
2 additions, 2 deletions
GNUmakefile.in
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
3 additions
and
3 deletions
GNUmakefile.in
+
2
−
2
View file @
1be43908
#
# PostgreSQL top level makefile
#
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.4
4
2006/0
4/06 18:54:36 petere
Exp $
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.4
5
2006/0
8/18 19:58:05 adunstan
Exp $
#
subdir =
...
...
@@ -54,7 +54,7 @@ distclean maintainer-clean:
check: all
check installcheck:
check installcheck
installcheck-parallel
:
$(MAKE) -C src/test $@
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
1be43908
...
...
@@ -11,7 +11,7 @@
# GNUmakefile won't exist yet, so we catch that case as well.
all check install installdirs installcheck uninstall dep depend clean distclean maintainer-clean
:
all check install installdirs installcheck
installcheck-parallel
uninstall dep depend clean distclean maintainer-clean
:
@
if
[
!
-f
GNUmakefile
]
;
then
\
echo
"You need to run the 'configure' program first. See the file"
;
\
echo
"'INSTALL' for installation instructions."
;
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment