Skip to content

Commit

Permalink
Pass in build lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Zak authored and Jonathan Zak committed Jul 24, 2024
1 parent 72c5238 commit bc238ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BUILDLIB:=MANZAN
BUILDLIB?=MANZAN
BUILDVERSION:="Development build \(built with Make\)"

.PHONY: ile camel test
Expand All @@ -18,8 +18,8 @@ testonly:
all: ile camel

install:
gmake -C config install
gmake -C ile
gmake -C config install BUILDLIB=${BUILDLIB}
gmake -C ile BUILDLIB=${BUILDLIB}
gmake -C camel install

uninstall:
Expand Down
2 changes: 1 addition & 1 deletion config/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

BUILDLIB:=MANZAN
BUILDLIB?=MANZAN

.PHONY: mkdirs app.ini

Expand Down
2 changes: 1 addition & 1 deletion ile/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BUILDLIB:=MANZAN
BUILDLIB?=MANZAN
BUILDVERSION:="Development build \(built with Make\)"

all: init /qsys.lib/${BUILDLIB}.lib/handler.pgm
Expand Down

0 comments on commit bc238ff

Please sign in to comment.