Skip to content

Commit

Permalink
make: slightly reorganize build process
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Jul 30, 2018
1 parent a93e36a commit 3101b50
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions make.be0
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,14 @@ PATCHURL+=(/src/mariux/patches/make.glibc-2.27.glob.diff.gz)
#}

mee_patch() {
autoreconf -i
bee_patch "${@}"
autoreconf -vif
}

#mee_configure() {
# bee_configure
#}

mee_build_pre() {
start_cmd make update
}

#mee_build() {
# bee_build
#}
Expand Down

0 comments on commit 3101b50

Please sign in to comment.