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
2730c4a4
Commit
2730c4a4
authored
27 years ago
by
Marc G. Fournier
Browse files
Options
Downloads
Patches
Plain Diff
Knew I missed somewhere...remove PORTNAME references from GNUmakefile.in, since
PORTNAME should not be used anywhere anymore...I hope :)
parent
031f471f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/GNUmakefile.in
+1
-25
1 addition, 25 deletions
src/GNUmakefile.in
with
1 addition
and
25 deletions
src/GNUmakefile.in
+
1
−
25
View file @
2730c4a4
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.2
1
1997/12/2
2 05:56:43 momjian
Exp $
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.2
2
1997/12/2
6 22:35:53 scrappy
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -24,12 +24,6 @@ ETAGS = @etags@
XARGS = @xargs@
all:
@if test "$(PORTNAME)" = UNDEFINED; then \
echo You must set the PORTNAME value in Makefile.global before \
you can build Postgres. ;\
false ;\
else true;\
fi
$(MAKE) -C lextest all
@if test ! -f lextest/lextest; then \
echo "";\
...
...
@@ -51,12 +45,6 @@ endif
fi
install:
@if test "$(PORTNAME)" = UNDEFINED; then \
echo You must set the PORTNAME value in Makefile.global before \
you can build Postgres. ;\
false ;\
else true;\
fi
$(MAKE) -C lextest install
$(MAKE) -C utils install
$(MAKE) -C backend install
...
...
@@ -68,12 +56,6 @@ endif
cat ../register.txt
clean:
@if test "$(PORTNAME)" = UNDEFINED; then \
echo You must set the PORTNAME value in Makefile.global before \
you can build Postgres. ;\
false ;\
else true;\
fi
$(MAKE) -C lextest clean
$(MAKE) -C utils clean
$(MAKE) -C backend clean
...
...
@@ -101,12 +83,6 @@ distclean: clean
.DEFAULT:
@if test "$(PORTNAME)" = UNDEFINED; then \
echo You must set the PORTNAME value in Makefile.global before \
you can build Postgres. ;\
false ;\
else true;\
fi
$(MAKE) -C lextest $@
$(MAKE) -C utils $@
$(MAKE) -C backend $@
...
...
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