Package: make
Version: 3.81-8
Severity: normal

Hi,

I just got hit by this bug. Wow, this is OLD. In my case I have rather
costly targets that becomes an intermediate file so this really wastes
time a lot.

The bugreport states 3 workarounds:

.PRECIOUS    : has unwanted side effects
.SECONDARY   : does not accept patterns
dummy: t.bar : again no patterns

Wouldn't it make sense to enhance .SECONDARY to accept patterns? That
seems smarter than having to write

.SECONDARY: $(foreach PAT,$(PATTERNS),$(PAT)-foo )

for a %-foo target. Esspecially when $(PATTERNS) isn't (easily) computable.

An option to disable intermediate files alltogether would also work
although that would be somewhat crude. But I rather waste diskspace
(which is cheap) than time (time = money :).

MfG
        Goswin

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (666, 'unstable'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-debian-xen-1 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages make depends on:
ii  libc6                         2.11.2-5   Embedded GNU C Library: Shared lib

make recommends no packages.

Versions of packages make suggests:
ii  make-doc                      3.81-5     Documentation for the GNU version 

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to