[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Detect -B option to make
From: |
Philip Guenther |
Subject: |
Re: Detect -B option to make |
Date: |
Sat, 16 May 2009 16:18:03 -0700 |
On Sat, May 16, 2009 at 12:26 PM, denisgolovan <address@hidden> wrote:
> I'd like to know. Is there any method to determine if user put -B or
> --always-make commandline option? I need to change
> behaviour of my makefile for Free Pascal compiler to build all modules
> instead of doing "make".
It's all in the docs:
info 'gnu make' 'Testing Flags'
Philip Guenther