Do not automagically include git at the moment.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#lang racket
|
#lang racket
|
||||||
|
|
||||||
|
|
||||||
(require "main.rkt"
|
(require "main.rkt"
|
||||||
racket/string
|
racket/string
|
||||||
git
|
git
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
(for-syntax racket/base)
|
(for-syntax racket/base)
|
||||||
"private/commands.rkt"
|
"private/commands.rkt"
|
||||||
"private/engine.rkt"
|
"private/engine.rkt"
|
||||||
git
|
;git
|
||||||
)
|
)
|
||||||
|
|
||||||
(provide (all-from-out racket)
|
(provide (all-from-out racket)
|
||||||
@@ -26,7 +26,8 @@
|
|||||||
$target
|
$target
|
||||||
$deps
|
$deps
|
||||||
$<
|
$<
|
||||||
(all-from-out git))
|
)
|
||||||
|
;(all-from-out git))
|
||||||
|
|
||||||
;; For target declarations we want a bound identifier to remain an ordinary
|
;; For target declarations we want a bound identifier to remain an ordinary
|
||||||
;; Racket expression. This makes generated targets such as (target obj ...)
|
;; Racket expression. This makes generated targets such as (target obj ...)
|
||||||
|
|||||||
Reference in New Issue
Block a user