forked from microsoft/hcsshim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove godeps from makefile (microsoft#1750)
Go already relies on its own internal caching, and replicating that in make adds unnecessary complexity, and is error prone, since the makefile doesn't recognize if new files are added, and isn't aware of build constraints. Remove `*.gomake` and `*.godeps` portion of makefile and invoke go directly. Remove `hack/gomakedeps.sh` file Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
- Loading branch information
Showing
2 changed files
with
2 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.