File: fs/e2salvage/Makefile
base-0 patch-1
Line 10Line 10
#XXX: nwall package blurb goes here.
endef

#XXX: nwall package blurb goes here.
endef

LIBDEPS = devel/glibc


CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)


include ../../gar.mk

# The upstream developer attempts to force us to read the config.h
# file.
post-configure:
# The upstream developer attempts to force us to read the config.h
# file.
post-configure:
Line 25Line 25
        sed 's/\(CHECKED_CONFIG\) 0/\1 1/' > $(WORKSRC)/src/config.h.new
        mv $(WORKSRC)/src/config.h.new $(WORKSRC)/src/config.h
        $(MAKECOOKIE)
        sed 's/\(CHECKED_CONFIG\) 0/\1 1/' > $(WORKSRC)/src/config.h.new
        mv $(WORKSRC)/src/config.h.new $(WORKSRC)/src/config.h
        $(MAKECOOKIE)
include ../../gar.mk