Skip to content

Commit

Permalink
Merge pull request #769 from mariux64/update-make-from-4.1-to-4.2.1
Browse files Browse the repository at this point in the history
Update GNU Make from 4.1 to 4.2.1
  • Loading branch information
donald authored May 24, 2018
2 parents 92b282b + 5f4ed59 commit 09f1588
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions make-4.1-0.bee → make.be0
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
#!/usr/bin/env beesh

# http://www.linuxfromscratch.org/lfs/view/stable-systemd/chapter06/make.html#contents-make
#
# BEE_VERSION make-4.2.1-0

## 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.)

###############################################################################
## 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]="http://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2"
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-configure.patch)

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand All @@ -24,8 +24,8 @@ SRCURL[0]="http://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2"
# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir
Expand Down Expand Up @@ -53,8 +53,6 @@ SRCURL[0]="http://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2"
# bee_patch "${@}"
#}


#
#mee_configure() {
# bee_configure
#}
Expand Down

0 comments on commit 09f1588

Please sign in to comment.