blob: 4edc4a76545b6bee6c1b4e74558b1d0efd3d6d2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
############################################################################
#
# Copyright (C) 1992, Microsoft Corporation.
#
# All rights reserved.
#
############################################################################
# We need to do the following so that build will stop reading from the
# pipe.
all :
echo $(BUILDMSG)
clean : all
|