Date: Tue, 7 Jul 1998 13:54:07 +0300 (IDT) From: Eli Zaretskii To: Gisle Vanem cc: Blake McCurdy , djgpp AT delorie DOT com Subject: Re: linking huge project In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 6 Jul 1998, Gisle Vanem wrote: > BTW. Borland's make has the inline file-operator which AFAIK lacks > in GNU make: > > libfile.a: > ar rvs @&&| > $(OBJS) > | > > Anybody know how to accomplish the same with GNU-make? Why do you need this kludge with GNU Make which supports command lines up to 16KB long?