Changeset 3051 for trunk/src


Ignore:
Timestamp:
Mar 9, 2000, 5:49:39 PM (25 years ago)
Author:
bird
Message:

Big oops! $(RM) $(MACRO)\* when MACRO is undefined is hazardously!
The clean rule now explictly check that macros aren't emtpy before using them
in this manner.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/Makefile

    r3041 r3051  
    11################################################################################
    2 # $Id: Makefile,v 1.35 2000-03-08 09:23:04 bird Exp $
     2# $Id: Makefile,v 1.36 2000-03-09 16:49:39 bird Exp $
    33#
    44# Copyright 1998-2000 knut st. osmundsen
     
    375375    @$(ECHO) cleaning....
    376376    $(RM) $(NAME).sys *.lib *.obj *.exe *.sym *.map *.dll *.pch \
     377!if "$(WIN32KBIN)" != ""
    377378        $(WIN32KBIN)\* \
     379!endif
     380!if "$(WIN32KOBJ)" != ""
    378381        $(WIN32KOBJ)\* \
     382!endif
     383!if "$(WIN32KLIST)" != ""
    379384        $(WIN32KLIST)\* \
     385!endif
    380386        $(PDWIN32_BIN)\$(NAME).sys
    381387    cd pe2lx
Note: See TracChangeset for help on using the changeset viewer.