mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Global sort replacement for update macros (was: F


From: Tony Theodore
Subject: [Mingw-cross-env-list] Global sort replacement for update macros (was: Fix for update macro in openal.mk.)
Date: Sun, 26 May 2013 04:37:12 +1000


On 26/05/2013, at 1:35 AM, Niels Kristian Bech Jensen <address@hidden> wrote:

Here is a fix for the update macro in openal.mk.

Thanks Niels.

I'm inclined to do a global replacement, with or without the newline (preferably without):

$ gsed -i 's,head -1,$(SORT) -V | \\\n    tail -1,' src/*.mk
$ gsed -i 's,head -1,$(SORT) -V | tail -1,' src/*.mk

There are only two packages (vmime, picomodel) that follow a master branch and need the "head -1" behaviour, I'm pretty sure everything else would benefit from this change.

Does anyone see any issues with this?

Cheers,

Tony


reply via email to

[Prev in Thread] Current Thread [Next in Thread]