Changeset 9c9775f for BLFS/Makefile


Ignore:
Timestamp:
09/19/2007 04:50:48 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
3778352
Parents:
0510381
Message:

Updated experimental branch to current trunk code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/Makefile

    r0510381 r9c9775f  
    55# $Id$
    66
     7LANG=C
     8LC_ALL=C
    79TOPDIR=$(shell pwd)
    810CONFIG_CONFIG_IN = Config.in
     
    1214
    1315$(CONFIG)/conf:
    14         $(MAKE) -C $(CONFIG) conf
     16        $(MAKE) -B -C $(CONFIG) conf
    1517
    1618$(CONFIG)/mconf:
    17         $(MAKE) -C $(CONFIG) ncurses conf mconf
     19        $(MAKE) -B -C $(CONFIG) ncurses conf mconf
    1820
    1921menuconfig: $(CONFIG)/mconf
     
    3638        - $(MAKE) -C $(CONFIG) clean
    3739
    38 .PHONY: all menuconfig config clean clean-target
     40.PHONY: all menuconfig config clean clean-target $(CONFIG)/conf $(CONFIG)/mconf
Note: See TracChangeset for help on using the changeset viewer.