Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #852 from mariux64/fix-make-build-for-4.2.1-release
Fix make build for 4.2.1 release
  • Loading branch information
wwwutz committed Aug 2, 2018
2 parents 7fa1d09 + 0bfac15 commit 880ed54
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions make.be0
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION make-4.2.1-1
# BEE_VERSION make-4.2.1-2

## 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,14 @@
## 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]="/src/mariux/beeroot/downloads/make-8a731d1b2cc262d03e0246a4869c704b6c1599ec.tar.gz"
SRCURL[0]="https://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2"

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

# PATCHURL+=()
PATCHURL+=(/src/mariux/patches/make.guile22.diff.gz)
PATCHURL+=(/src/mariux/patches/make.glibc-2.27.glob.diff.gz)

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down Expand Up @@ -50,18 +51,14 @@ SRCURL[0]="/src/mariux/beeroot/downloads/make-8a731d1b2cc262d03e0246a4869c704b6c
#}

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 880ed54

Please sign in to comment.