[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #39308] .SECONDEXPANSION
From: |
praveen |
Subject: |
[bug #39308] .SECONDEXPANSION |
Date: |
Fri, 21 Jun 2013 04:01:45 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4) Gecko/20091027 Fedora/3.5.4-1.fc12 Firefox/3.5.4 |
URL:
<http://savannah.gnu.org/bugs/?39308>
Summary: .SECONDEXPANSION
Project: make
Submitted by: praveenb
Submitted on: Fri 21 Jun 2013 04:01:44 AM GMT
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: 3.81
Operating System: POSIX-Based
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
i am trying examples on given 3.81 document but what i go through the theory
the answer is different please help me
in the .SECONDEXPANSION example the main_OBJS are printing but
lib_OBJS are not printing why
main_OBJS := main.c try.c test.c
lib_OBJS := lib.c api.c
.SECONDEXPANSION:
main lib : $$(patsubst %.c,%.o,$$(address@hidden))
@echo $(address@hidden)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?39308>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #39308] .SECONDEXPANSION,
praveen <=