Skip to content

Commit

Permalink
Merge pull request #793 from mariux64/update-make-from-4.2.1-to-lates…
Browse files Browse the repository at this point in the history
…t-git-commit

Build GNU Make from git repository
  • Loading branch information
donald authored May 29, 2018
2 parents 2886be6 + e74b473 commit 618ad15
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions make.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION make-4.2.1-0
# BEE_VERSION make-4.2.1-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,13 +9,13 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2"
SRCURL[0]="/src/mariux/beeroot/downloads/make-8a731d1b2cc262d03e0246a4869c704b6c1599ec.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

PATCHURL+=(/src/mariux/patches/make-configure.patch)
# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down Expand Up @@ -49,14 +49,19 @@ PATCHURL+=(/src/mariux/patches/make-configure.patch)
# bee_extract "${@}"
#}

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

#mee_configure() {
# bee_configure
#}

mee_build_pre() {
start_cmd make update
}

#mee_build() {
# bee_build
#}
Expand Down

0 comments on commit 618ad15

Please sign in to comment.